2024-12-11 21:17 : id 294
This commit is contained in:
parent
c002226524
commit
3a123dec90
@ -1,7 +1,7 @@
|
|||||||
{config, pkgs, ... }:
|
{config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
# Theme/Mode
|
# Theme/Mode
|
||||||
THEME = "nord";
|
THEME = "gruvbox";
|
||||||
MODE = "dark";
|
MODE = "dark";
|
||||||
|
|
||||||
# Colours
|
# Colours
|
||||||
@ -381,7 +381,7 @@ in
|
|||||||
}
|
}
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: #${FG};
|
color: #${FG};
|
||||||
background: transparent;
|
background: ${BG};
|
||||||
}
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
color: #${ACCENT};
|
color: #${ACCENT};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user