mirror of https://github.com/helix-editor/helix
feat: add hard/soft contrast for gruvbox light mode (#9266)
parent
fe44391016
commit
eb3c4e9f00
@ -0,0 +1,7 @@
|
||||
# Author : Twinkle <saintwinkle@gmail.com>
|
||||
# The theme uses the gruvbox light palette with hard contrast: github.com/morhetz/gruvbox
|
||||
|
||||
inherits = "gruvbox_light"
|
||||
|
||||
[palette]
|
||||
bg0 = "#f9f5d7" # main background
|
@ -0,0 +1,7 @@
|
||||
# Author : Twinkle <saintwinkle@gmail.com>
|
||||
# The theme uses the gruvbox light palette with soft contrast: github.com/morhetz/gruvbox
|
||||
|
||||
inherits = "gruvbox_light"
|
||||
|
||||
[palette]
|
||||
bg0 = "#f2e5bc" # main background
|
Loading…
Reference in New Issue