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"
|
||||
|
Loading…
Reference in New Issue
Block a user