From fbd4c73fa7c8b22b2d17bb565c8355c01e1bdaf5 Mon Sep 17 00:00:00 2001 From: Joel Hansen Date: Fri, 28 Jan 2022 15:51:47 +1000 Subject: [PATCH] Base: Add "Zenburn" terminal color theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port of the "Zenburn-like" theme present in the "Foot" terminal emulator by Daniel Eklöf. Original by Jani Nurminen. --- Base/res/terminal-colors/Zenburn.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Base/res/terminal-colors/Zenburn.ini diff --git a/Base/res/terminal-colors/Zenburn.ini b/Base/res/terminal-colors/Zenburn.ini new file mode 100644 index 0000000000..0597998d56 --- /dev/null +++ b/Base/res/terminal-colors/Zenburn.ini @@ -0,0 +1,26 @@ +[Options] +ShowBoldTextAsBright=false + +[Primary] +Background=#111111 +Foreground=#dcdccc + +[Normal] +Black=#222222 +Red=#cc9393 +Green=#7f9f7f +Yellow=#d0bf8f +Blue=#6ca0a3 +Magenta=#dc8cc3 +Cyan=#93e0e3 +White=#dcdccc + +[Bright] +Black=#666666 +Red=#dca3a3 +Green=#bfebbf +Yellow=#f0dfaf +Blue=#8cd0d3 +Magenta=#fcace3 +Cyan=#b3ffff +White=#ffffff