mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chore(colors): Dark -> Catppuccin Mocha Lavender
This commit is contained in:
parent
4ce449ef37
commit
d43a4b7106
4 changed files with 24 additions and 25 deletions
|
|
@ -77,7 +77,7 @@ button:hover {
|
|||
|
||||
/* you can set a style on hover for any module like this */
|
||||
#pulseaudio:hover {
|
||||
background-color: #a37800;
|
||||
background-color: @lavender;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
|
@ -201,7 +201,7 @@ label:focus {
|
|||
}
|
||||
|
||||
#memory {
|
||||
background-color: #9b59b6;
|
||||
background-color: @mauve;
|
||||
}
|
||||
|
||||
#disk {
|
||||
|
|
@ -221,7 +221,7 @@ label:focus {
|
|||
}
|
||||
|
||||
#pulseaudio {
|
||||
background-color: #f1c40f;
|
||||
background-color: @yellow;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
|
@ -254,7 +254,7 @@ label:focus {
|
|||
}
|
||||
|
||||
#temperature {
|
||||
background-color: #f0932b;
|
||||
background-color: @peach;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
|
|
@ -262,7 +262,7 @@ label:focus {
|
|||
}
|
||||
|
||||
#tray {
|
||||
background-color: #2980b9;
|
||||
background-color: @blue;
|
||||
}
|
||||
|
||||
#tray > .passive {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue