From a377da1ab92220eb89f0d25a560c914122961c14 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 27 Jul 2021 14:47:01 +0200 Subject: [PATCH] mintty: use solarized dark (static config) --- files/minttyrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/files/minttyrc b/files/minttyrc index d0c0577..e346df4 100644 --- a/files/minttyrc +++ b/files/minttyrc @@ -15,3 +15,22 @@ SelectionShowSize=6 Term=xterm-256color Transparency=low Utmp=yes +ForegroundColour=147,161,161 +BackgroundColour=0,43,54 +CursorColour=220,50,47 +Black=7,54,66 +White=238,232,213 +Yellow=181,137,0 +Red=220,50,47 +Magenta=211,54,130 +Blue=38,139,210 +Cyan=42,161,152 +Green=133,153,0 +BoldBlack=0,43,54 +BoldGreen=88,110,117 +BoldYellow=101,123,131 +BoldBlue=131,148,150 +BoldCyan=147,161,161 +BoldWhite=253,246,227 +BoldRed=203,75,22 +BoldMagenta=108,113,196