theming changes
This commit is contained in:
parent
6f070b291f
commit
9c92ea27e3
6 changed files with 17 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
window {
|
||||
background: alpha(@base, 0.3);
|
||||
background: alpha(@base, 0.5);
|
||||
color: @text;
|
||||
font-family: 'Lexica Ultralegible', 'Atkinson Hyperlegible', "Font Awesome 6 Free", "Noto Sans CJK";
|
||||
font-size: 13px;
|
||||
|
|
|
@ -18,7 +18,7 @@ element-text, element-icon , mode-switcher {
|
|||
|
||||
window {
|
||||
height: 500px;
|
||||
border: 2px;
|
||||
border: 1px;
|
||||
border-radius: 1em;
|
||||
border-color: @pink;
|
||||
background-color: @bg-col;
|
||||
|
|
|
@ -10,7 +10,7 @@ button, button:hover {
|
|||
|
||||
window#waybar {
|
||||
color: @text;
|
||||
/*background: alpha(@base, 0.6);*/
|
||||
/* background: alpha(@base, 0.8); */
|
||||
background: @base;
|
||||
border-radius: 1em;
|
||||
/* font-family: 'Lexica Ultralegible', 'Atkinson Hyperlegible', "Font Awesome 6 Free", "Noto Sans CJK"; */
|
||||
|
@ -60,7 +60,7 @@ window#waybar {
|
|||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
color: @overlay0;
|
||||
color: @overlay1;
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
|
@ -84,7 +84,6 @@ window#waybar {
|
|||
background: @accent;
|
||||
color: @surface0;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background: @red;
|
||||
color: @surface0;
|
||||
|
@ -137,6 +136,10 @@ window#waybar.floating #window {
|
|||
color: @red;
|
||||
}
|
||||
|
||||
#custom-wallpaper {
|
||||
color: @overlay1;
|
||||
}
|
||||
|
||||
#privacy {
|
||||
margin: 0 0.25em;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue