From 2a77358b1c7a39f30102e2893aebc8536fca5517 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 18 Mar 2024 11:27:01 +0100 Subject: [PATCH] mintty: sync current `wsltty` tweaks --- config/mintty/config | 14 ++++++----- config/mintty/themes/gruvbox-dark | 5 ++-- config/mintty/themes/solarized-dark | 2 +- config/mintty/themes/tokyonight-night | 25 +++++++++++++++++++ .../mintty/themes/tokyonight-night-standard | 25 +++++++++++++++++++ 5 files changed, 62 insertions(+), 9 deletions(-) create mode 100644 config/mintty/themes/tokyonight-night create mode 100644 config/mintty/themes/tokyonight-night-standard diff --git a/config/mintty/config b/config/mintty/config index dfefe74..f9e92ae 100644 --- a/config/mintty/config +++ b/config/mintty/config @@ -1,3 +1,6 @@ +AllowBlinking=yes +BellType=0 +BoldAsColour=no BoldAsFont=yes Charset=UTF-8 Columns=110 @@ -5,20 +8,19 @@ CtrlAltIsAltGr=yes CursorType=line Font=SauceCodePro NF Medium FontHeight=11 +FontSmoothing=default FontWeight=500 Hold=error Locale=en_US OpaqueWhenFocused=yes +Padding=0 +RewrapOnResize=no Rows=45 Scrollbar=none SelectionShowSize=6 +StatusLine=no Term=xterm-256color +ThemeFile=gruvbox-dark Transparency=off Utmp=yes -ThemeFile=gruvbox-dark -BoldAsColour=no -BellType=0 -FontSmoothing=default -RewrapOnResize=no -StatusLine=no diff --git a/config/mintty/themes/gruvbox-dark b/config/mintty/themes/gruvbox-dark index 57cf261..2b3970b 100644 --- a/config/mintty/themes/gruvbox-dark +++ b/config/mintty/themes/gruvbox-dark @@ -1,8 +1,9 @@ # Gruvbox Dark ForegroundColour = 235, 219, 178 -#BackgroundColour = 29, 32, 33 -BackgroundColour = 23, 26, 27 +# BackgroundColour = 29, 32, 33 +# BackgroundColour = 23, 26, 27 +BackgroundColour = 24, 25, 26 CursorColour = 204, 36, 29 IMECursorColour = 204, 36, 29 diff --git a/config/mintty/themes/solarized-dark b/config/mintty/themes/solarized-dark index 21edb45..9896d99 100644 --- a/config/mintty/themes/solarized-dark +++ b/config/mintty/themes/solarized-dark @@ -1,7 +1,7 @@ # Solarized Dark ForegroundColour=131,148,150 -BackgroundColour=0,43,54 +BackgroundColour=0,32,40 CursorColour=220,50,47 Black=7,54,66 diff --git a/config/mintty/themes/tokyonight-night b/config/mintty/themes/tokyonight-night new file mode 100644 index 0000000..462320d --- /dev/null +++ b/config/mintty/themes/tokyonight-night @@ -0,0 +1,25 @@ +# Tokyonight Night + +ForegroundColour = #c0caf5 +BackgroundColour = #1a1b26 +CursorColour = #FB567A +IMECursorColour = #F7768E + +Black = #15161E +Red = #F86D8B +Green = #9ECE6A +Yellow = #E0AF68 +Blue = #5588F6 +Magenta = #8E57F4 +Cyan = #61B8EA +White = #A9B1D6 + +BoldBlack = #414868 +BoldRed = #F7768E +BoldGreen = #A8DB70 +BoldYellow = #EFB45D +BoldBlue = #7AA2F7 +BoldMagenta = #BB9AF7 +BoldCyan = #7DCFFF +BoldWhite = #C0CAF5 + diff --git a/config/mintty/themes/tokyonight-night-standard b/config/mintty/themes/tokyonight-night-standard new file mode 100644 index 0000000..4c590b4 --- /dev/null +++ b/config/mintty/themes/tokyonight-night-standard @@ -0,0 +1,25 @@ +# Tokyonight Night + +ForegroundColour = #c0caf5 +BackgroundColour = #1a1b26 +CursorColour = #f7768e +IMECursorColour = #f7768e + +Black = #15161e +Red = #f7768e +Green = #9ece6a +Yellow = #e0af68 +Blue = #7aa2f7 +Magenta = #bb9af7 +Cyan = #7dcfff +White = #a9b1d6 + +BoldBlack = #414868 +BoldRed = #f7768e +BoldGreen = #9ece6a +BoldYellow = #e0af68 +BoldBlue = #7aa2f7 +BoldMagenta = #bb9af7 +BoldCyan = #7dcfff +BoldWhite = #c0caf5 +