mintty: use theme file for colorscheme
This commit is contained in:
parent
5b6ac63a38
commit
bd9ac4ee66
4 changed files with 49 additions and 19 deletions
|
@ -194,7 +194,10 @@ deploy_jupyter() {
|
||||||
deploy_mintty() {
|
deploy_mintty() {
|
||||||
heading 'mintty'
|
heading 'mintty'
|
||||||
ensure_directory "$XDG_CONFIG_HOME/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/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() {
|
deploy_misc() {
|
||||||
|
|
|
@ -15,22 +15,5 @@ SelectionShowSize=6
|
||||||
Term=xterm-256color
|
Term=xterm-256color
|
||||||
Transparency=low
|
Transparency=low
|
||||||
Utmp=yes
|
Utmp=yes
|
||||||
ForegroundColour=147,161,161
|
ThemeFile=solarized-dark
|
||||||
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-dark
Normal file
22
mintty/solarized-dark
Normal 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
22
mintty/solarized-light
Normal 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
|
Loading…
Add table
Reference in a new issue