From 03037d1d3d0fd51ce91e91d8e2161b89fd32c755 Mon Sep 17 00:00:00 2001 From: Joel Hansen Date: Fri, 28 Jan 2022 15:41:04 +1000 Subject: [PATCH] Base: Add "Nord" terminal color theme Port of the "Nord" theme by Arctic Ice Studio and Sven Greb. --- Base/res/terminal-colors/Nord.ini | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Base/res/terminal-colors/Nord.ini diff --git a/Base/res/terminal-colors/Nord.ini b/Base/res/terminal-colors/Nord.ini new file mode 100644 index 0000000000..6f262f55f8 --- /dev/null +++ b/Base/res/terminal-colors/Nord.ini @@ -0,0 +1,26 @@ +[Options] +ShowBoldTextAsBright=false + +[Primary] +Background=#2e3440 +Foreground=#d8dee9 + +[Normal] +Black=#3b4252 +Red=#bf616a +Green=#a3be8c +Yellow=#ebcb8b +Blue=#81a1c1 +Magenta=#b48ead +Cyan=#88c0d0 +White=#e5e9f0 + +[Bright] +Black=#4c566a +Red=#bf616a +Green=#a3be8c +Yellow=#ebcb8b +Blue=#81a1c1 +Magenta=#b48ead +Cyan=#8fbcbb +White=#eceff4