Start work on porting themes kitten to Go

This commit is contained in:
Kovid Goyal
2023-03-11 10:14:03 +05:30
parent 3741d3d1be
commit f9b0b54ee5
7 changed files with 508 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ exec_kitty() {
is_wrapped_kitten() {
wrapped_kittens="clipboard icat hyperlinked_grep ask hints unicode_input ssh"
wrapped_kittens="clipboard icat hyperlinked_grep ask hints unicode_input ssh themes"
[ -n "$1" ] && {
case " $wrapped_kittens " in
*" $1 "*) printf "%s" "$1" ;;