2024-12-11 21:17 : id 294

This commit is contained in:
deadvey 2024-12-11 21:17:46 +00:00
parent c002226524
commit 3a123dec90

View File

@ -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};