Config is mostly done now.

This commit is contained in:
2024-06-09 16:29:49 -05:00
parent e634620901
commit eecca18d5a
31 changed files with 21 additions and 81 deletions

View File

@ -1,11 +1,12 @@
ascii_art='
ascii_art=$(cat << 'EOF'
__ _ _ _.--._
/ _\_ _ _ __ | |__ __ _| |_ _.-.' `.-._
\ \| | | | '_ \| '_ \ / _` | __| .' ./`--...--' \ `.
_\ \ |_| | | | | | | | (_| | |_ `.'.`--.._..--' .'
\__/\__,_|_| |_|_| |_|\__,_|\__| `-..__ __..-'
````
'
EOF
)
# Define the color gradient (shades of cyan and blue)
colors=(

View File

@ -5,7 +5,7 @@ THEME=$(gum choose "${THEME_NAMES[@]}" --header "Choose your theme" --height 9 |
[ ! -n "$THEME" ] && exit 0
# Install theme in Gnome, Terminal, and both default editors
source $SUNHAT_PATH/themes/gnome/$THEME.sh
#source $SUNHAT_PATH/themes/gnome/$THEME.sh
#cp $SUNHAT_PATH/themes/kitty/$THEME.conf ~/.config/kitty/kitty.conf
#cp $SUNHAT_PATH/themes/neovim/$THEME.lua ~/.config/nvim/lua/gib_nvim/colors.lua