diff options
author | Joel Hansen <git@hansejo.com> | 2022-01-28 15:49:40 +1000 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-01-28 06:40:53 +0000 |
commit | e3aa7723fa0ca7fe77aae4aef470904319868492 (patch) | |
tree | b211dc627977eeb062ea042615a87481d92f3e9a | |
parent | 6a76f94426d3eba0b10ed687dc556a5e24cb68cf (diff) | |
download | serenity-e3aa7723fa0ca7fe77aae4aef470904319868492.zip |
Base: Add "Dracula" terminal color theme
Port of the "Dracula" theme by Zeno Rocha.
-rw-r--r-- | Base/res/terminal-colors/Dracula.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Base/res/terminal-colors/Dracula.ini b/Base/res/terminal-colors/Dracula.ini new file mode 100644 index 0000000000..6727cc82dd --- /dev/null +++ b/Base/res/terminal-colors/Dracula.ini @@ -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 |