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

This commit is contained in:
Twinkle 2024-01-28 17:20:51 +08:00 committed by GitHub
parent fe44391016
commit eb3c4e9f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View 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

View 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