Update helix colourscheme

This commit is contained in:
2024-01-19 00:48:09 +00:00
parent d2de85b10b
commit 6e4a5ad587
3 changed files with 12 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ in {
environment.homeBinInPath = true; environment.homeBinInPath = true;
environment.variables = { environment.variables = {
EDITOR = "nvim"; EDITOR = "hx";
}; };
networking.firewall.trustedInterfaces = ["tailscale0"]; networking.firewall.trustedInterfaces = ["tailscale0"];

View File

@@ -1,4 +1,4 @@
theme = "catppuccin_macchiato" theme = "catppuccin_custom"
[editor] [editor]
cursorline = true cursorline = true

View File

@@ -0,0 +1,10 @@
inherits = "catppuccin_macchiato"
"namespace" = { fg = "yellow" }
"variable.other.member" = "peach"
"string.special.symbol" = { fg = "flamingo" }
"string.special" = { fg = "pink" }
"attribute" = { fg = "teal", modifiers = ["italic"] }