diff options
Diffstat (limited to 'themes/neothea.sh')
| -rwxr-xr-x | themes/neothea.sh | 36 |
1 files changed, 36 insertions, 0 deletions
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:" |
