mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Fixed comments in kitty config file header and optinal selection colors
This commit is contained in:
parent
851f840380
commit
e7e4780f54
@ -509,8 +509,8 @@ apply_kitty() {
|
||||
|
||||
rm -f "$CFGFILE"
|
||||
|
||||
echo "Color theme: $PROFILE_NAME" >> "$CFGFILE"
|
||||
echo "Auto-generated by Gogh (https://mayccoll.github.io/Gogh/)" >> "$CFGFILE"
|
||||
echo "# Color theme: $PROFILE_NAME" >> "$CFGFILE"
|
||||
echo "# Auto-generated by Gogh (https://mayccoll.github.io/Gogh/)" >> "$CFGFILE"
|
||||
echo "" >> "$CFGFILE"
|
||||
echo "color0 $COLOR_01" >> "$CFGFILE"
|
||||
echo "color1 $COLOR_02" >> "$CFGFILE"
|
||||
@ -532,8 +532,8 @@ apply_kitty() {
|
||||
echo "background $BACKGROUND_COLOR" >> "$CFGFILE"
|
||||
echo "foreground $FOREGROUND_COLOR" >> "$CFGFILE"
|
||||
|
||||
[ -n "$HIGHLIGHT_FG_COLOR " ] && echo "selection_foreground $HIGHLIGHT_FG_COLOR" >> "$CFGFILE"
|
||||
[ -n "$HIGHLIGHT_BG_COLOR " ] && echo "selection_background $HIGHLIGHT_BG_COLOR" >> "$CFGFILE"
|
||||
[ -n "$HIGHLIGHT_FG_COLOR" ] && echo "selection_foreground $HIGHLIGHT_FG_COLOR" >> "$CFGFILE"
|
||||
[ -n "$HIGHLIGHT_BG_COLOR" ] && echo "selection_background $HIGHLIGHT_BG_COLOR" >> "$CFGFILE"
|
||||
|
||||
echo "cursor $CURSOR_COLOR" >> "$CFGFILE"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user