new theme

This commit is contained in:
Kopatz
2025-03-16 15:13:58 +01:00
parent 7d3f9b37a0
commit 4d4f5c2a24
12 changed files with 92 additions and 67 deletions

View File

@@ -4,8 +4,8 @@
padding-right: 5px;
color: @peach;
font-weight: bold;
background-color: @surface0;
border: 2px solid @surface1;
background-color: @backgound;
border: 2px solid @border;
}
#custom-notification,
@@ -30,7 +30,7 @@
}
#pulseaudio{
color: @green;
color: @lighttext;
}
#custom-github {

View File

@@ -8,10 +8,11 @@
margin: 0 0.5em;
padding-left: 5px;
padding-right: 5px;
color: @peach;
/*color: @peach;*/
color: @text;
font-weight: bold;
background-color: @surface0;
border: 2px solid @surface1;
background-color: @background;
border: 2px solid @border;
}
#battery,
#backlight
@@ -19,12 +20,16 @@
#memory,
#temperature,
#disk,
#nvidia,
#custom-amd-gpu,
#custom-nvidia,
#memory,
#network {
color: @text;
padding: 0 0.5em;
}
/* Unique colors for modules */
/*
#cpu {
color: @red;
}
@@ -46,7 +51,7 @@
#custom-amd-gpu {
color: @amdgpu-red;
}
} */
#network.disconnected {
background-color: #f53c3c;

View File

@@ -94,6 +94,7 @@ box {
#clock {
font-size: 16px;
font-weight: 900;
color: @text;
}
#custom-separator-right,

View File

@@ -4,16 +4,21 @@
*
*/
@define-color base #24273a;
/*@define-color base #24273a;*/
@define-color base @base01;
@define-color mantle #1e2030;
@define-color crust #181926;
@define-color text #cad3f5;
/*@define-color text #cad3f5;*/
@define-color text @base04;
@define-color lighttext @base05;
@define-color subtext0 #b8c0e0;
@define-color subtext1 #a5adcb;
@define-color surface0 #363a4f;
@define-color surface1 #494d64;
/*@define-color surface0 #363a4f;*/
@define-color background @base;
/*@define-color surface1 #494d64;*/
@define-color border @base02;
@define-color surface2 #5b6078;
@define-color overlay0 #6e738d;

View File

@@ -4,8 +4,8 @@
padding-right: 5px;
color: @peach;
font-weight: bold;
background-color: @surface0;
border: 2px solid @surface1;
background-color: @background;
border: 2px solid @border;
}
#workspaces label {
@@ -15,7 +15,7 @@
#workspaces button {
padding: 0 0.5em;
background-color: @surface0;
background-color: @background;
color: @text;
margin: 0.25em;
}
@@ -25,14 +25,15 @@
color: @overlay0;
}
#workspaces button.visible {
/* background-color: @surface2; */
/*#workspaces button.visible {
background-color: @surface2;
color: @blue;
}
}*/
#workspaces button.visible,
#workspaces button.focused,
#workspaces button.active {
/* background-color: @surface2; */
color: @green;
color: @lighttext;
}
#workspaces button.urgent {