From d790c1da389a1ed4508e66660594d05d3c313e84 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Fri, 22 Feb 2019 10:31:11 -0500 Subject: [PATCH] include theme in file --- .minttyrc | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/.minttyrc b/.minttyrc index 1100660..98ca38d 100644 --- a/.minttyrc +++ b/.minttyrc @@ -1,8 +1,9 @@ -ThemeFile=base16-eighties-mod.minttyrc +# To use common configuration in %APPDATA%\mintty, simply remove this file +#ThemeFile=base16-eighties-mod.minttyrc Transparency=low CursorType=block Font=IBMPlexMono NF -FontHeight=16 +FontHeight=14 BoldAsFont=yes BoldAsColour=no Locale=en_US @@ -10,8 +11,27 @@ Charset=UTF-8 CopyAsHTML=16908288 MiddleClickAction=extend RightClickAction=paste -Columns=110 -Rows=35 +Columns=90 +Rows=25 Term=xterm-256color BellType=0 BellFlash=yes +ForegroundColour=211,208,200 +BackgroundColour=45,45,45 +CursorColour=253,157,79 +Black=45,45,45 +BoldBlack=116,115,105 +Red=242,119,122 +BoldRed=236,50,53 +Green=153,204,153 +BoldGreen=102,177,102 +Yellow=255,204,102 +BoldYellow=255,177,24 +Blue=102,153,204 +BoldBlue=57,114,173 +Magenta=204,153,204 +BoldMagenta=177,102,177 +Cyan=102,204,204 +BoldCyan=57,173,173 +White=211,208,200 +BoldWhite=242,240,236 \ No newline at end of file