mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-18 21:17:08 +04:00
feat: add hard/soft contrast for gruvbox light mode (#9266)
This commit is contained in:
parent
fe44391016
commit
eb3c4e9f00
7
runtime/themes/gruvbox_light_hard.toml
Normal file
7
runtime/themes/gruvbox_light_hard.toml
Normal file
@ -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
|
7
runtime/themes/gruvbox_light_soft.toml
Normal file
7
runtime/themes/gruvbox_light_soft.toml
Normal file
@ -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
Block a user