Apply kanagawa dark to waybar
This commit is contained in:
parent
79875f5a95
commit
6c04512d93
1 changed files with 18 additions and 18 deletions
|
|
@ -1,19 +1,19 @@
|
||||||
@define-color base03 #002b36;
|
@define-color base03 #16161D;
|
||||||
@define-color base02 #073642;
|
@define-color base02 #1F1F28;
|
||||||
@define-color base01 #586e75;
|
@define-color base01 #2A2A37;
|
||||||
@define-color base00 #657b83;
|
@define-color base00 #363646;
|
||||||
@define-color base0 #839496;
|
@define-color base0 #938056;
|
||||||
@define-color base1 #93a1a1;
|
@define-color base1 #C0A36E;
|
||||||
@define-color base2 #eee8d5;
|
@define-color base2 #C8C093;
|
||||||
@define-color base3 #fdf6e3;
|
@define-color base3 #DCD7BA;
|
||||||
@define-color yellow #b58900;
|
@define-color yellow #DCA561;
|
||||||
@define-color orange #cb4b16;
|
@define-color orange #FF9E3B;
|
||||||
@define-color red #dc322f;
|
@define-color red #C34043;
|
||||||
@define-color magenta #d33682;
|
@define-color magenta #d33682;
|
||||||
@define-color violet #6c71c4;
|
@define-color violet #D27E99;
|
||||||
@define-color blue #268bd2;
|
@define-color blue #2D4F67;
|
||||||
@define-color cyan #2aa198;
|
@define-color cyan #6A9589;
|
||||||
@define-color green #859900;
|
@define-color green #98BB6C;
|
||||||
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: rgba(0, 43, 54, 0.3);
|
background-color: rgba(22, 22, 29, 0.8);
|
||||||
border-bottom: 3px solid rgba(101, 123, 131, 0.5);
|
border-bottom: 3px solid rgba(101, 123, 131, 0.5);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
|
|
@ -112,7 +112,7 @@ button:hover {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
background-color: @base03;
|
background-color: @base03;
|
||||||
color: @base1;
|
color: @base3;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window,
|
#window,
|
||||||
|
|
@ -231,7 +231,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-darklight {
|
#custom-darklight {
|
||||||
border-bottom: 3px solid @base01;
|
border-bottom: 3px solid @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
#temperature {
|
#temperature {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue