Config is mostly done now.
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
ascii_art='
|
||||
ascii_art=$(cat << 'EOF'
|
||||
__ _ _ _.--._
|
||||
/ _\_ _ _ __ | |__ __ _| |_ _.-.' `.-._
|
||||
\ \| | | | '_ \| '_ \ / _` | __| .' ./`--...--' \ `.
|
||||
_\ \ |_| | | | | | | | (_| | |_ `.'.`--.._..--' .'
|
||||
\__/\__,_|_| |_|_| |_|\__,_|\__| `-..__ __..-'
|
||||
````
|
||||
'
|
||||
EOF
|
||||
)
|
||||
|
||||
# Define the color gradient (shades of cyan and blue)
|
||||
colors=(
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user