37 lines
782 B
Bash
Executable File
37 lines
782 B
Bash
Executable File
# Shell variables
|
|
# Generated by 'wal'
|
|
wallpaper='/home/iceyrazor/stuff/media/wallpapers/tumblr_06bbd355f3e355049446dac24f6e7c44_2c486f77_1280 ninesols.jpg'
|
|
|
|
# Special
|
|
background='#131213'
|
|
foreground='#c7c6c9'
|
|
cursor='#c7c6c9'
|
|
|
|
# Colors
|
|
color0='#131213'
|
|
color1='#352EAC'
|
|
color2='#2952AF'
|
|
color3='#4D59BA'
|
|
color4='#526AAE'
|
|
color5='#688998'
|
|
color6='#6F90C5'
|
|
color7='#c7c6c9'
|
|
color8='#8b8a8c'
|
|
color9='#352EAC'
|
|
color10='#2952AF'
|
|
color11='#4D59BA'
|
|
color12='#526AAE'
|
|
color13='#688998'
|
|
color14='#6F90C5'
|
|
color15='#c7c6c9'
|
|
|
|
# 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:"
|