diff --git a/set-theme.sh b/set-theme.sh index d4d9833..c6d30d4 100755 --- a/set-theme.sh +++ b/set-theme.sh @@ -3,6 +3,7 @@ # CONFIG ignore_background_color="#04000a" highlight="#08000a" +default_theme="tokyo-night" # END CONFIG cd "$(dirname "$0")" @@ -15,7 +16,7 @@ run_pywal=0 while getopts "h?lpb" opt; do case "$opt" in h) - printf -- " -l list themes + printf -- "-l list themes -p run pywall -b ignore background and use one defined in script" exit 0 @@ -41,7 +42,7 @@ if [ $list_files == 1 ]; then fi if [ "$theme_file" == "" ]; then - theme_file=main-theme + theme_file="$default_theme" fi if [ $ignore_file == 0 ]; then diff --git a/targets/rofi.sh b/targets/rofi.sh index e523e63..4b723a0 100755 --- a/targets/rofi.sh +++ b/targets/rofi.sh @@ -2,10 +2,10 @@ fileout="$HOME/.config/rofi/config.rasi" printf "@theme \"Arc-Dark\" *{ - background: $(echo $background)60; - alternate-normal-background: $(echo $background)40; - normal-background: $(echo $background)60; + background: $(echo $background)80; + alternate-normal-background: $(echo $background)60; + normal-background: $(echo $background)80; foreground: #F0C3F0; - border-color: $(echo $color13)60; - selected-normal-background: $(echo $color13)60; + border-color: $(echo $color13)80; + selected-normal-background: $(echo $color13)80; }" > "$fileout" diff --git a/themes/chored-light.sh b/themes/chored-light.sh new file mode 100755 index 0000000..987c44d --- /dev/null +++ b/themes/chored-light.sh @@ -0,0 +1,36 @@ +# Shell variables +# Generated by 'wal' +wallpaper='/home/iceyrazor/stuff/media/papapa abatademo.png' + +# Special +background='#0F0508' +foreground='#e2cddd' +cursor='#e2cddd' + +# Colors +color0='#0F0508' +color1='#A70B10' +color2='#A83C4F' +color3='#948A70' +color4='#AB6F8E' +color5='#B191AE' +color6='#CD94B5' +color7='#e2cddd' +color8='#9e8f9a' +color9='#A70B10' +color10='#A83C4F' +color11='#948A70' +color12='#AB6F8E' +color13='#B191AE' +color14='#CD94B5' +color15='#e2cddd' + +# FZF colors +export FZF_DEFAULT_OPTS=" + $FZF_DEFAULT_OPTS + --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 + --color info:7,prompt:2,spinner:1,pointer:232,marker:1 +" + +# Fix LS_COLORS being unreadable. +export LS_COLORS="${LS_COLORS}:su=30;41:ow=30;42:st=30;44:" diff --git a/themes/chored.sh b/themes/chored.sh new file mode 100755 index 0000000..b6e2e6a --- /dev/null +++ b/themes/chored.sh @@ -0,0 +1,36 @@ +# Shell variables +# Generated by 'wal' +wallpaper='/home/iceyrazor/stuff/scripts/bash/youtube-playlist-cli/thumbnails/t8DePOVpJEg.jpg' + +# Special +background='#0F0304' +foreground='#ccafc1' +cursor='#ccafc1' + +# Colors +color0='#0F0304' +color1='#5D3B45' +color2='#6E4C5C' +color3='#910C0E' +color4='#9C1D21' +color5='#A24A5A' +color6='#A47A75' +color7='#ccafc1' +color8='#8e7a87' +color9='#5D3B45' +color10='#6E4C5C' +color11='#910C0E' +color12='#9C1D21' +color13='#A24A5A' +color14='#A47A75' +color15='#ccafc1' + +# FZF colors +export FZF_DEFAULT_OPTS=" + $FZF_DEFAULT_OPTS + --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 + --color info:7,prompt:2,spinner:1,pointer:232,marker:1 +" + +# Fix LS_COLORS being unreadable. +export LS_COLORS="${LS_COLORS}:su=30;41:ow=30;42:st=30;44:" diff --git a/themes/retro-medium.sh b/themes/retro-medium.sh new file mode 100755 index 0000000..71cfd77 --- /dev/null +++ b/themes/retro-medium.sh @@ -0,0 +1,36 @@ +# Shell variables +# Generated by 'wal' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/4500025-retrowave-vaporwave-car-typography-purple-blue-chromatic-aberration-initial-d-hachi-roku.jpg' + +# Special +background='#0B0909' +foreground='#b9d9f0' +cursor='#b9d9f0' + +# Colors +color0='#0B0909' +color1='#619FB7' +color2='#6FD5F4' +color3='#5EE5F4' +color4='#62E3F4' +color5='#A4A8F2' +color6='#D08CF2' +color7='#b9d9f0' +color8='#8197a8' +color9='#619FB7' +color10='#6FD5F4' +color11='#5EE5F4' +color12='#62E3F4' +color13='#A4A8F2' +color14='#D08CF2' +color15='#b9d9f0' + +# FZF colors +export FZF_DEFAULT_OPTS=" + $FZF_DEFAULT_OPTS + --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 + --color info:7,prompt:2,spinner:1,pointer:232,marker:1 +" + +# Fix LS_COLORS being unreadable. +export LS_COLORS="${LS_COLORS}:su=30;41:ow=30;42:st=30;44:" diff --git a/themes/tokyo-night-storm.sh b/themes/tokyo-night-storm.sh deleted file mode 100755 index b7d5b5e..0000000 --- a/themes/tokyo-night-storm.sh +++ /dev/null @@ -1,22 +0,0 @@ -foreground='#a9b1d6' -# background='#101010' -background='#1a1b26' -highlight='#2a2b36' -cursor='#fabd2f' - -color0='#32344a' -color1='#f7768e' -color2='#9ece6a' -color3='#e0af68' -color4='#7aa2f7' -color5='#ad8ee6' -color6='#449dab' -color7='#787c99' -color8='#444b6a' -color9='#ff7a93' -color10='#b9f27c' -color11='#ff9e64' -color12='#7da6ff' -color13='#bb9af7' -color14='#0db9d7' -color15='#acb0d0' diff --git a/themes/tokyo-night.sh b/themes/tokyo-night.sh new file mode 100755 index 0000000..b1094b8 --- /dev/null +++ b/themes/tokyo-night.sh @@ -0,0 +1,44 @@ +foreground='#c0caf5' +background='#1a1b26' +highlight='#28344a' +cursor='#c0caf5' + +# selection-foreground = #c0caf5 +# cursor-text = #1a1b26 + +# idk how i got these colors +# foreground='#a9b1d6' +# +# color0='#32344a' +# color1='#f7768e' +# color2='#9ece6a' +# color3='#e0af68' +# color4='#7aa2f7' +# color5='#ad8ee6' +# color6='#449dab' +# color7='#787c99' +# color8='#444b6a' +# color9='#ff7a93' +# color10='#b9f27c' +# color11='#ff9e64' +# color12='#7da6ff' +# color13='#bb9af7' +# color14='#0db9d7' +# color15='#acb0d0' + +color0="#15161e" +color1="#f7768e" +color2="#9ece6a" +color3="#e0af68" +color4="#7aa2f7" +color5="#bb9af7" +color6="#7dcfff" +color7="#a9b1d6" +color8="#414868" +color9="#f7768e" +color10="#9ece6a" +color11="#e0af68" +color12="#7aa2f7" +color13="#bb9af7" +color14="#7dcfff" +color15="#c0caf5"