feat: add hard/soft contrast for gruvbox light mode (#9266)
This commit is contained in:
parent
fe44391016
commit
eb3c4e9f00
2 changed files with 14 additions and 0 deletions
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…
Add table
Reference in a new issue