kitty ssh theme logic was backwards. also switch ssh theme to black-metal-venom

This commit is contained in:
pagedmov
2024-11-03 01:54:24 -04:00
parent 6057406376
commit 49af09e09a
3 changed files with 2 additions and 38 deletions

View File

@@ -4,7 +4,7 @@
# Basically a to-do list for stuff I need to write my own modules for.
let
# Custom theme that activates in ssh
ssh_base16 = "atelier-cave";
ssh_base16 = "black-metal-venom";
scheme_path = "${pkgs.base16-schemes}/share/themes/${ssh_base16}.yaml";
scheme_string = builtins.readFile scheme_path;