From e3aa7723fa0ca7fe77aae4aef470904319868492 Mon Sep 17 00:00:00 2001 From: Joel Hansen Date: Fri, 28 Jan 2022 15:49:40 +1000 Subject: [PATCH] Base: Add "Dracula" terminal color theme Port of the "Dracula" theme by Zeno Rocha. --- Base/res/terminal-colors/Dracula.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Base/res/terminal-colors/Dracula.ini 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