mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Base: Add "Base16" terminal color themes
Port of the "Base16" light and dark themes by Chris Kempson.
This commit is contained in:
parent
fbd4c73fa7
commit
0cbc688f92
2 changed files with 52 additions and 0 deletions
26
Base/res/terminal-colors/Base16 Dark.ini
Normal file
26
Base/res/terminal-colors/Base16 Dark.ini
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
[Options]
|
||||||
|
ShowBoldTextAsBright=false
|
||||||
|
|
||||||
|
[Primary]
|
||||||
|
Background=#181818
|
||||||
|
Foreground=#d8d8d8
|
||||||
|
|
||||||
|
[Normal]
|
||||||
|
Black=#181818
|
||||||
|
Red=#ab4642
|
||||||
|
Green=#a1b56c
|
||||||
|
Yellow=#f7ca88
|
||||||
|
Blue=#7cafc2
|
||||||
|
Magenta=#ba8baf
|
||||||
|
Cyan=#86c1b9
|
||||||
|
White=#d8d8d8
|
||||||
|
|
||||||
|
[Bright]
|
||||||
|
Black=#585858
|
||||||
|
Red=#ab4642
|
||||||
|
Green=#a1b56c
|
||||||
|
Yellow=#f7ca88
|
||||||
|
Blue=#7cafc2
|
||||||
|
Magenta=#ba8baf
|
||||||
|
Cyan=#86c1b9
|
||||||
|
White=#f8f8f8
|
26
Base/res/terminal-colors/Base16 Light.ini
Normal file
26
Base/res/terminal-colors/Base16 Light.ini
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
[Options]
|
||||||
|
ShowBoldTextAsBright=false
|
||||||
|
|
||||||
|
[Primary]
|
||||||
|
Background=#f8f8f8
|
||||||
|
Foreground=#383838
|
||||||
|
|
||||||
|
[Normal]
|
||||||
|
Black=#f8f8f8
|
||||||
|
Red=#ab4642
|
||||||
|
Green=#a1b56c
|
||||||
|
Yellow=#f7ca88
|
||||||
|
Blue=#7cafc2
|
||||||
|
Magenta=#ba8baf
|
||||||
|
Cyan=#86c1b9
|
||||||
|
White=#383838
|
||||||
|
|
||||||
|
[Bright]
|
||||||
|
Black=#b8b8b8
|
||||||
|
Red=#dc9656
|
||||||
|
Green=#e8e8e8
|
||||||
|
Yellow=#d8d8d8
|
||||||
|
Blue=#585858
|
||||||
|
Magenta=#282828
|
||||||
|
Cyan=#a16946
|
||||||
|
White=#181818
|
Loading…
Add table
Add a link
Reference in a new issue