From e0aa53081377d415ab700fb49e14aef5ef7bd6fe Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sun, 31 Aug 2025 19:04:23 -0500 Subject: - made catppuccin default :3 - added wallpaper var - dont ignore file when using pywall - can now use pywall without hyprpaper - can now use the wallpaper var inside a theme file if it exist. will be overwritten by wallpaper var --- themes/green-blue.sh | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 themes/green-blue.sh (limited to 'themes') diff --git a/themes/green-blue.sh b/themes/green-blue.sh new file mode 100755 index 0000000..48db3b1 --- /dev/null +++ b/themes/green-blue.sh @@ -0,0 +1,36 @@ +# Shell variables +# Generated by 'wal' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/2025-01-26_21-34.png' + +# Special +background='#010000' +foreground='#b4bac6' +cursor='#b4bac6' + +# Colors +color0='#010000' +color1='#2D6C32' +color2='#27314D' +color3='#364967' +color4='#4A4A56' +color5='#43914A' +color6='#5C6B8C' +color7='#b4bac6' +color8='#7d828a' +color9='#2D6C32' +color10='#27314D' +color11='#364967' +color12='#4A4A56' +color13='#43914A' +color14='#5C6B8C' +color15='#b4bac6' + +# 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:" -- cgit v1.3