more theme tweaks

This commit is contained in:
atagen 2023-06-16 20:27:11 +10:00
parent 143cad616f
commit 0418138d76
5 changed files with 11 additions and 11 deletions

View file

@ -47,7 +47,7 @@ pkgs.stdenv.mkDerivation rec {
HDR_FG=${palette.bright.yellow}
HDR_BG=${palette.util.bg}
MATERIA_SURFACE=${palette.normal.black}
MATERIA_VIEW=${palette.util.bg}
MATERIA_VIEW=${palette.bright.black}
MENU_BG=${palette.util.bg}
MENU_FG=${palette.util.fg}
SEL_BG=${palette.normal.yellow}

View file

@ -25,9 +25,9 @@ $white_a: #WHTA;
$fg: #FG;
$bg: #BG;
$border: $black_a;
$border: $yellow_a;
$shadow: $black_a;
$base: $black;
$bg1: $black_a;
$base: $bg;
$bg1: $black;
$text: $fg;
$outline: $black_a;
$outline: $yellow_a;

View file

@ -266,9 +266,9 @@ in {
"${pkgs.wlogout}/share/wlogout"
"${pkgs.wlogout}/etc/wlogout"
util.bg
normal.white
bright.yellow
util.bg
normal.black
normal.magenta
]
(builtins.readFile dots/wlogout/style.css));
};

View file

@ -20,15 +20,15 @@ status() {
mon=${monitormap[${workspaces[$1]}]}
if [ "$focusedws" -eq "$1" ]; then
echo -n "#d3c6aa"
echo -n "#ffd292"
# echo -n "${colors[$mon]}"
else
# echo -n "${dimmed[$mon]}"
echo -n "#3a515d"
echo -n "#da827a"
fi
else
# echo -n "$empty"
echo -n "#232a2e"
echo -n "#202e2f"
fi
}

View file

@ -49,7 +49,7 @@
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
environment.sessionVariables = rec {
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "'fg=5'";
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=5";
WLR_NO_HARDWARE_CURSORS = "1";
GBM_BACKEND = "nvidia-drm";
NVD_BACKEND = "direct";