helix: custom theme
This commit is contained in:
parent
d2b256d8fa
commit
7ffdf04944
2 changed files with 6 additions and 1 deletions
cli/.config/helix
|
@ -1,4 +1,4 @@
|
|||
theme = "gruvbox"
|
||||
theme = "gruvbox_custom"
|
||||
|
||||
[editor]
|
||||
true-color = true
|
||||
|
|
5
cli/.config/helix/themes/gruvbox_custom.toml
Normal file
5
cli/.config/helix/themes/gruvbox_custom.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
inherits = "gruvbox"
|
||||
|
||||
# transparent background, if ever needed
|
||||
#"ui.background" = {}
|
||||
"ui.cursor.primary.normal" = { fg = "bg1", bg = "orange1" }
|
Loading…
Add table
Add a link
Reference in a new issue