aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-08-31 19:04:23 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-08-31 19:04:23 -0500
commite0aa53081377d415ab700fb49e14aef5ef7bd6fe (patch)
treea0c7c32fc35925617b385291999005901c585a3b /themes
parent31f5645c5527a8a396618505e21ee45198f2479c (diff)
- 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
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/green-blue.sh36
1 files changed, 36 insertions, 0 deletions
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:"