From: Stephen Jianu Date: Mon, 4 Sep 2023 03:44:06 +0000 (-0500) Subject: Add mintty theme X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=8a207ca086deddbf13c73d51ee55c266be6a284c;p=comet64.git Add mintty theme --- 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