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