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/neothea.sh | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100755 themes/neothea.sh (limited to 'themes/neothea.sh') 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