added Pywal base files
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# Shell variables
|
||||
# Generated by 'wal'
|
||||
wallpaper='/home/Zaske/Images/red_mountain.jpg'
|
||||
|
||||
# Special
|
||||
background='#0f0d16'
|
||||
foreground='#f1c3bf'
|
||||
cursor='#f1c3bf'
|
||||
|
||||
# Colors
|
||||
color0='#0f0d16'
|
||||
color1='#98364A'
|
||||
color2='#C6394B'
|
||||
color3='#A84859'
|
||||
color4='#DE5F67'
|
||||
color5='#F3877C'
|
||||
color6='#DA7C82'
|
||||
color7='#f1c3bf'
|
||||
color8='#a88885'
|
||||
color9='#98364A'
|
||||
color10='#C6394B'
|
||||
color11='#A84859'
|
||||
color12='#DE5F67'
|
||||
color13='#F3877C'
|
||||
color14='#DA7C82'
|
||||
color15='#f1c3bf'
|
||||
|
||||
# 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:"
|
||||
Reference in New Issue
Block a user