forked from nico/dots
waybar: make workspace buttons use foreground colour
This commit is contained in:
parent
79210ac73d
commit
b36ecf6149
1 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
/*@define-color foreground #c0caf5;*/
|
@define-color foreground #c0caf5;
|
||||||
@define-color foreground #1a1b26;
|
|
||||||
@define-color background #1a1b26;
|
@define-color background #1a1b26;
|
||||||
|
|
||||||
@define-color black #15161e;
|
@define-color black #15161e;
|
||||||
|
|
@ -9,7 +8,6 @@
|
||||||
@define-color blue #7aa2f7;
|
@define-color blue #7aa2f7;
|
||||||
@define-color purple #bb9af7;
|
@define-color purple #bb9af7;
|
||||||
@define-color lightblue #7dcfff;
|
@define-color lightblue #7dcfff;
|
||||||
@define-color #a9b1d6;
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
|
|
@ -61,11 +59,12 @@ button:hover {
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
color: @lightblue;
|
color: @foreground;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
color: @foreground;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue