mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
Terminal: Add Solarized color schemes
Both dark and light variants
This commit is contained in:
parent
3013e74d3a
commit
ad01f6030b
2 changed files with 52 additions and 0 deletions
26
Base/res/terminal-colors/Solarized Dark.ini
Normal file
26
Base/res/terminal-colors/Solarized Dark.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#002b36
|
||||
Foreground=#839496
|
||||
|
||||
[Normal]
|
||||
Black=#073642
|
||||
Red=#dc322f
|
||||
Green=#859900
|
||||
Yellow=#b58900
|
||||
Blue=#268bd2
|
||||
Magenta=#d33682
|
||||
Cyan=#2aa198
|
||||
White=#eee8d5
|
||||
|
||||
[Bright]
|
||||
Black=#002b36
|
||||
Red=#cb4b16
|
||||
Green=#586e75
|
||||
Yellow=#657b83
|
||||
Blue=#839496
|
||||
Magenta=#6c71c4
|
||||
Cyan=#93a1a1
|
||||
White=#fdf6e3
|
26
Base/res/terminal-colors/Solarized Light.ini
Normal file
26
Base/res/terminal-colors/Solarized Light.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#fdf6e3
|
||||
Foreground=#657b83
|
||||
|
||||
[Normal]
|
||||
Black=#073642
|
||||
Red=#dc322f
|
||||
Green=#859900
|
||||
Yellow=#b58900
|
||||
Blue=#268bd2
|
||||
Magenta=#d33682
|
||||
Cyan=#2aa198
|
||||
White=#eee8d5
|
||||
|
||||
[Bright]
|
||||
Black=#002b36
|
||||
Red=#cb4b16
|
||||
Green=#586e75
|
||||
Yellow=#657b83
|
||||
Blue=#839496
|
||||
Magenta=#6c71c4
|
||||
Cyan=#93a1a1
|
||||
White=#fdf6e3
|
Loading…
Add table
Add a link
Reference in a new issue