Update helix colourscheme
This commit is contained in:
@@ -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"];
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
theme = "catppuccin_macchiato"
|
theme = "catppuccin_custom"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
cursorline = true
|
cursorline = true
|
||||||
|
|||||||
@@ -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"] }
|
||||||
Reference in New Issue
Block a user