From 1a5dba12dc6dc171e0f1396c678a20838583dc7f Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Fri, 23 Dec 2016 10:11:31 +0100 Subject: [PATCH] GHI-#1 Implement main color theme file --- src/nord.minttyrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/nord.minttyrc diff --git a/src/nord.minttyrc b/src/nord.minttyrc new file mode 100644 index 0000000..177b225 --- /dev/null +++ b/src/nord.minttyrc @@ -0,0 +1,19 @@ +BackgroundColour=46,52,64 +ForegroundColour=216,222,233 +CursorColour=216,222,233 +Black=59,66,82 +BoldBlack=76,86,106 +Red=191,97,106 +BoldRed=191,97,106 +Green=163,190,140 +BoldGreen=163,190,140 +Yellow=235,203,139 +BoldYellow=235,203,139 +Blue=129,161,193 +BoldBlue=129,161,193 +Magenta=180,142,173 +BoldMagenta=180,142,173 +Cyan=136,192,208 +BoldCyan=143,188,187 +White=229,233,240 +BoldWhite=236,239,244