mintty: use theme file for colorscheme

This commit is contained in:
Fernando Schauenburg 2021-08-16 15:16:32 +02:00
parent 5b6ac63a38
commit bd9ac4ee66
4 changed files with 49 additions and 19 deletions

View file

@ -194,7 +194,10 @@ deploy_jupyter() {
deploy_mintty() {
heading 'mintty'
ensure_directory "$XDG_CONFIG_HOME/mintty"
ensure_directory "$XDG_CONFIG_HOME/mintty/themes"
link "$DOTFILES/mintty/minttyrc" "$XDG_CONFIG_HOME/mintty/config"
link "$DOTFILES/mintty/solarized-dark" "$XDG_CONFIG_HOME/mintty/themes/solarized-dark"
link "$DOTFILES/mintty/solarized-light" "$XDG_CONFIG_HOME/mintty/themes/solarized-light"
}
deploy_misc() {

View file

@ -15,22 +15,5 @@ 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
ThemeFile=solarized-dark

22
mintty/solarized-dark Normal file
View file

@ -0,0 +1,22 @@
# Solarized Dark
ForegroundColour=131,148,150
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

22
mintty/solarized-light Normal file
View file

@ -0,0 +1,22 @@
# Solarized Light
ForegroundColour=101,123,131
BackgroundColour=253,246,227
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