# HG changeset patch # User Oleksandr Gavenko # Date 1502138713 -10800 # Node ID aa6281647f6a89c5c549a712490f1c2dbb008ec2 # Parent c20f22676d4451a1df3ac9ea324d7d9a59fdd3e5 Improve visibility of yellow and green colors. diff -r c20f22676d44 -r aa6281647f6a .minttyrc --- a/.minttyrc Mon Aug 07 17:23:48 2017 +0300 +++ b/.minttyrc Mon Aug 07 23:45:13 2017 +0300 @@ -1,7 +1,11 @@ -ForegroundColour=0,0,0 -BackgroundColour=255,255,255 -CursorColour=165,42,42 +ForegroundColour=black +BackgroundColour=white +CursorColour=brown +Yellow=orange +BoldYellow=DarkOrange +Green=MediumSeaGreen +BoldGreen=MediumSeaGreen # Block, Underscore, Line. CursorType=Block