mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Base: Add "Dracula" terminal color theme
Port of the "Dracula" theme by Zeno Rocha.
This commit is contained in:
parent
6a76f94426
commit
e3aa7723fa
1 changed files with 26 additions and 0 deletions
26
Base/res/terminal-colors/Dracula.ini
Normal file
26
Base/res/terminal-colors/Dracula.ini
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
[Options]
|
||||||
|
ShowBoldTextAsBright=false
|
||||||
|
|
||||||
|
[Primary]
|
||||||
|
Background=#282a36
|
||||||
|
Foreground=#f8f8f2
|
||||||
|
|
||||||
|
[Normal]
|
||||||
|
Black=#21222c
|
||||||
|
Red=#ff5555
|
||||||
|
Green=#50fa7b
|
||||||
|
Yellow=#f1fa8c
|
||||||
|
Blue=#bd93f9
|
||||||
|
Magenta=#ff79c6
|
||||||
|
Cyan=#8be9fd
|
||||||
|
White=#f8f8f2
|
||||||
|
|
||||||
|
[Bright]
|
||||||
|
Black=#6272a4
|
||||||
|
Red=#ff6e6e
|
||||||
|
Green=#69ff94
|
||||||
|
Yellow=#ffffa5
|
||||||
|
Blue=#d6acff
|
||||||
|
Magenta=#ff92df
|
||||||
|
Cyan=#a4ffff
|
||||||
|
White=#ffffff
|
Loading…
Add table
Add a link
Reference in a new issue