From 3b2ba403d12c0ddf8b1cdf0fcb8ccd1b2bdcd75b Mon Sep 17 00:00:00 2001 From: "U-CORP\\cplotnicki" Date: Fri, 25 Oct 2013 11:06:48 +0200 Subject: [PATCH] cygwin's terminal colours --- .minttyrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .minttyrc diff --git a/.minttyrc b/.minttyrc new file mode 100644 index 00000000..01609e74 --- /dev/null +++ b/.minttyrc @@ -0,0 +1,23 @@ +BoldAsFont=no +Term=xterm-256color +Columns=225 +Rows=70 +ForegroundColour=131,148,150 +BackgroundColour=0,43,54 +CursorColour=220,50,47 +Black=7,54,66 +BoldBlack=0,43,54 +Red=220,50,47 +BoldRed=203,75,22 +Green=133,153,0 +BoldGreen=88,110,117 +Yellow=181,137,0 +BoldYellow=101,123,131 +Blue=38,139,210 +BoldBlue=131,148,150 +Magenta=211,54,130 +BoldMagenta=108,113,196 +Cyan=42,161,152 +BoldCyan=147,161,161 +White=238,232,213 +BoldWhite=253,246,227