|
@ -71,7 +71,7 @@ xrdb "$PATH_THEME/current" |
|
|
# kitty |
|
|
# kitty |
|
|
|
|
|
|
|
|
PATH_THEME="$XDG_CONFIG_HOME/kitty/themes" |
|
|
PATH_THEME="$XDG_CONFIG_HOME/kitty/themes" |
|
|
|
|
|
|
|
|
|
|
|
SOCKET="/tmp/kitty-"$(pgrep kitty) |
|
|
case "$1" in |
|
|
case "$1" in |
|
|
light) |
|
|
light) |
|
|
cp "$PATH_THEME/onehalf-light.conf" "$PATH_THEME/current.conf" |
|
|
cp "$PATH_THEME/onehalf-light.conf" "$PATH_THEME/current.conf" |
|
@ -81,7 +81,8 @@ case "$1" in |
|
|
;; |
|
|
;; |
|
|
esac |
|
|
esac |
|
|
|
|
|
|
|
|
kitty @ set-colors --all --configured "$PATH_THEME/current.conf" > /dev/null |
|
|
|
|
|
|
|
|
#kitty @ set-colors --all --configured "$PATH_THEME/current.conf" > /dev/null |
|
|
|
|
|
kitty @ --to=unix:$SOCKET set-colors --all --configured "$PATH_THEME/current.conf" |
|
|
tput sgr0 |
|
|
tput sgr0 |
|
|
tput op |
|
|
tput op |
|
|
|
|
|
|
|
|