mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00:00
Base: Add "Gruvbox" terminal color themes
Port of the "Gruvbox" light and dark themes by Pavel Pertsev.
This commit is contained in:
parent
03037d1d3d
commit
6a76f94426
2 changed files with 52 additions and 0 deletions
26
Base/res/terminal-colors/Gruvbox Dark.ini
Normal file
26
Base/res/terminal-colors/Gruvbox Dark.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#282828
|
||||
Foreground=#ebdbb2
|
||||
|
||||
[Normal]
|
||||
Black=#282828
|
||||
Red=#cc241d
|
||||
Green=#98971a
|
||||
Yellow=#d79921
|
||||
Blue=#458588
|
||||
Magenta=#b16286
|
||||
Cyan=#689d6a
|
||||
White=#a89984
|
||||
|
||||
[Bright]
|
||||
Black=#928374
|
||||
Red=#fb4934
|
||||
Green=#b8bb26
|
||||
Yellow=#fabd2f
|
||||
Blue=#83a598
|
||||
Magenta=#d3869b
|
||||
Cyan=#8ec07c
|
||||
White=#ebdbb2
|
26
Base/res/terminal-colors/Gruvbox Light.ini
Normal file
26
Base/res/terminal-colors/Gruvbox Light.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#fbf1c7
|
||||
Foreground=#3c3836
|
||||
|
||||
[Normal]
|
||||
Black=#fbf1c7
|
||||
Red=#cc241d
|
||||
Green=#98971a
|
||||
Yellow=#d79921
|
||||
Blue=#458588
|
||||
Magenta=#b16286
|
||||
Cyan=#689d6a
|
||||
White=#7c6f64
|
||||
|
||||
[Bright]
|
||||
Black=#928374
|
||||
Red=#9d0006
|
||||
Green=#79740e
|
||||
Yellow=#b57614
|
||||
Blue=#076678
|
||||
Magenta=#8f3f71
|
||||
Cyan=#427b58
|
||||
White=#3c3836
|
Loading…
Add table
Add a link
Reference in a new issue