feat: add hard/soft contrast for gruvbox light mode (#9266)

pull/9386/head
Twinkle 5 months ago committed by GitHub
parent fe44391016
commit eb3c4e9f00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save