aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.minttyrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-07 18:00:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-07 18:00:44 +0300
commit6f38a28029889e647d01351a31014d8eccdd2996 (patch)
tree895e2fae088adc1c885a01809d16c3db28cf07a1 /.minttyrc
parentspawn_ssh_agent: command instead of which (diff)
downloadlinux-home-6f38a28029889e647d01351a31014d8eccdd2996.tar.gz
linux-home-6f38a28029889e647d01351a31014d8eccdd2996.zip
.minttyrc: make colors more tolerable
Diffstat (limited to '.minttyrc')
-rw-r--r--.minttyrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/.minttyrc b/.minttyrc
index 6f6c071..fa59209 100644
--- a/.minttyrc
+++ b/.minttyrc
@@ -3,3 +3,24 @@ Font=Consolas
FontHeight=11
Rows=25
ScrollbackLines=9000
+
+#ForegroundColour = 200, 200, 200
+BackgroundColour = 40, 40, 40
+CursorColour = 200, 200, 200
+
+Black = 40, 40, 40
+BoldBlack = 40, 40, 40
+Red = 200, 120, 120
+BoldRed = 200, 120, 120
+Green = 120, 200, 120
+BoldGreen = 120, 200, 120
+Yellow = 200, 200, 120
+BoldYellow = 200, 200, 120
+Blue = 120, 160, 200
+BoldBlue = 120, 160, 200
+Magenta = 240, 80, 160
+BoldMagenta = 240, 80, 160
+Cyan = 80, 200, 200
+BoldCyan = 80, 200, 200
+White = 200, 200, 200
+BoldWhite = 200, 200, 200