From 8a207ca086deddbf13c73d51ee55c266be6a284c Mon Sep 17 00:00:00 2001 From: Stephen Jianu Date: Sun, 3 Sep 2023 22:44:06 -0500 Subject: [PATCH] Add mintty theme --- mintty/comet64.minttyrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mintty/comet64.minttyrc diff --git a/mintty/comet64.minttyrc b/mintty/comet64.minttyrc new file mode 100644 index 0000000..49782d9 --- /dev/null +++ b/mintty/comet64.minttyrc @@ -0,0 +1,19 @@ +ForegroundColour=169,155,129 +BackgroundColour=31,41,43 +CursorColour=183,168,142 +Black=42,52,54 +BoldBlack=31,41,43 +Red=103,68,68 +BoldRed=169,129,129 +Green=129,169,132 +BoldGreen=99,110,113 +Yellow=103,103,68 +BoldYellow=111,123,125 +Blue=129,134,169 +BoldBlue=169,155,129 +Magenta=103,68,95 +BoldMagenta=169,129,161 +Cyan=129,169,168 +BoldCyan=183,168,142 +White=255,243,215 +BoldWhite=255,255,229 -- 2.39.5