Update helix colourscheme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
theme = "catppuccin_macchiato"
|
||||
theme = "catppuccin_custom"
|
||||
|
||||
[editor]
|
||||
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