From 5b935bd395ed7401f0a1ad92d119c9d594f2796d Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sun, 24 May 2026 02:06:58 -0500 Subject: some posix changes new themes --- themes/Labirhin-bot.sh | 36 ++++++++++++++++++++++++++++++++++++ themes/dark-purple.sh | 36 ++++++++++++++++++++++++++++++++++++ themes/neothea.sh | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 108 insertions(+) create mode 100755 themes/Labirhin-bot.sh create mode 100755 themes/dark-purple.sh create mode 100755 themes/neothea.sh (limited to 'themes') diff --git a/themes/Labirhin-bot.sh b/themes/Labirhin-bot.sh new file mode 100755 index 0000000..502114e --- /dev/null +++ b/themes/Labirhin-bot.sh @@ -0,0 +1,36 @@ +# Shell variables +# Generated by 'wal' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/Labirhin - Kanjut Kejahatan [PFW4m80Dtog].webp' + +# Special +background='#1c1c1f' +foreground='#e3e0e4' +cursor='#e3e0e4' + +# Colors +color0='#1c1c1f' +color1='#7C839F' +color2='#8D93AF' +color3='#9A9DAB' +color4='#9CA3C6' +color5='#ABB1CD' +color6='#D5B8C2' +color7='#e3e0e4' +color8='#9e9c9f' +color9='#7C839F' +color10='#8D93AF' +color11='#9A9DAB' +color12='#9CA3C6' +color13='#ABB1CD' +color14='#D5B8C2' +color15='#e3e0e4' + +# 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/dark-purple.sh b/themes/dark-purple.sh new file mode 100755 index 0000000..9f896c6 --- /dev/null +++ b/themes/dark-purple.sh @@ -0,0 +1,36 @@ +# Shell variables +# Generated by 'wal' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/made-in-the-abyss.jpg' + +# Special +background='#0c0c15' +foreground='#c3c2e4' +cursor='#c3c2e4' + +# Colors +color0='#0c0c15' +color1='#4A445A' +color2='#494774' +color3='#52518D' +color4='#6866A9' +color5='#6864BC' +color6='#827DC7' +color7='#c3c2e4' +color8='#88879f' +color9='#4A445A' +color10='#494774' +color11='#52518D' +color12='#6866A9' +color13='#6864BC' +color14='#827DC7' +color15='#c3c2e4' + +# 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/neothea.sh b/themes/neothea.sh new file mode 100755 index 0000000..9fbeb5d --- /dev/null +++ b/themes/neothea.sh @@ -0,0 +1,36 @@ +# Shell variables +# Generated by 'wal' +wallpaper='/home/iceyrazor/stuff/media/wallpapers/neotheta2.png' + +# Special +background='#18080e' +foreground='#ccd3df' +cursor='#ccd3df' + +# Colors +color0='#18080e' +color1='#9A857C' +color2='#6E3C82' +color3='#1A6999' +color4='#665B92' +color5='#C0499F' +color6='#35ACC6' +color7='#ccd3df' +color8='#8e939c' +color9='#9A857C' +color10='#6E3C82' +color11='#1A6999' +color12='#665B92' +color13='#C0499F' +color14='#35ACC6' +color15='#ccd3df' + +# 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