diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-08 01:31:49 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-08 01:31:49 +0300 |
commit | d02fcc3495fe331673576216c638942b8ffa1998 (patch) | |
tree | 315da4ab5939c493f1042ab187e0780bdc7a0312 /.minttyrc | |
parent | ls: -l -A (diff) | |
download | linux-home-d02fcc3495fe331673576216c638942b8ffa1998.tar.gz linux-home-d02fcc3495fe331673576216c638942b8ffa1998.zip |
.minttyrc: more contrast in the color scheme
Diffstat (limited to '')
-rw-r--r-- | .minttyrc | 41 |
1 files changed, 19 insertions, 22 deletions
@@ -1,26 +1,23 @@ -BoldAsFont=-1 +BoldAsFont=no 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 +BackgroundColour=30,30,30 +CursorColour=210,210,210 +Black=30,30,30 +BoldBlack=30,30,30 +Red=210,120,120 +BoldRed=210,120,120 +Green=120,210,120 +BoldGreen=120,210,120 +Yellow=210,210,120 +BoldYellow=210,210,120 +Blue=120,165,210 +BoldBlue=120,165,210 +Magenta=240,90,165 +BoldMagenta=240,90,165 +Cyan=90,210,210 +BoldCyan=90,210,210 +White=210,210,210 +BoldWhite=210,210,210 |