diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-12-03 17:44:31 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-12-03 17:44:31 -0700 |
commit | 7fc05b66216ac960e682a36c919ebcce0f3740b9 (patch) | |
tree | 4b9cb851cdcc5154b940d68d042d2f95363ea8e7 /.config/init/vars | |
parent | 97ce09e6f6544f4a81842b8a70e5b44f6709709c (diff) | |
download | dotfiles-7fc05b66216ac960e682a36c919ebcce0f3740b9.tar.gz |
missed files
i'm dumb
Diffstat (limited to '.config/init/vars')
-rw-r--r-- | .config/init/vars | 96 |
1 files changed, 67 insertions, 29 deletions
diff --git a/.config/init/vars b/.config/init/vars index 027942f..7215db8 100644 --- a/.config/init/vars +++ b/.config/init/vars @@ -245,35 +245,35 @@ # lily # -wallpaper='lily.png' - -std_black='#0f0f0e' -std_red='#8e4b40' -std_green='#c7d276' -std_yellow='#f5b45c' -std_blue='#52818c' -std_magenta='#e07388' -std_cyan='#60b8a8' -std_white='#faf1df' - -light_black='#292721' -light_red='#c25948' -light_green='#8ceba4' -light_yellow='#ffab84' -light_blue='#7fbcc7' -light_magenta='#e09fc4' -light_cyan='#7fd6b7' -light_white='#faf5eb' - -bg_normal="$std_black" -fg_normal="$std_white" -bg_focus="$std_red" -fg_focus="$light_white" -bg_urgent="$std_magenta" -fg_urgent="$light_white" - -bar_bg="$bg_normal" -bar_fg="$fg_normal" +# wallpaper='lily.png' +# +# std_black='#0f0f0e' +# std_red='#8e4b40' +# std_green='#c7d276' +# std_yellow='#f5b45c' +# std_blue='#52818c' +# std_magenta='#e07388' +# std_cyan='#60b8a8' +# std_white='#faf1df' +# +# light_black='#292721' +# light_red='#c25948' +# light_green='#8ceba4' +# light_yellow='#ffab84' +# light_blue='#7fbcc7' +# light_magenta='#e09fc4' +# light_cyan='#7fd6b7' +# light_white='#faf5eb' +# +# bg_normal="$std_black" +# fg_normal="$std_white" +# bg_focus="$std_red" +# fg_focus="$light_white" +# bg_urgent="$std_magenta" +# fg_urgent="$light_white" +# +# bar_bg="$bg_normal" +# bar_fg="$fg_normal" # # わがまま @@ -313,6 +313,40 @@ bar_fg="$fg_normal" # # urxvt_bg='わがまま.png;style=tiled' +# +# kuro +# + +wallpaper='kuro.jpg' + +std_black='#100e10' +std_red='#9e3e00' +std_green='#248753' +std_yellow='#b28158' +std_blue='#405c90' +std_magenta='#763d3f' +std_cyan='#52aea0' +std_white='#d7dbda' + +light_black='#2f2c2f' +light_red='#d76f0e' +light_green='#569822' +light_yellow='#dbb460' +light_blue='#558b9f' +light_magenta='#b04857' +light_cyan='#52e1db' +light_white='#f3fdf4' + +bg_normal="$std_black" +fg_normal="$std_white" +bg_focus="$std_magenta" +fg_focus="$light_white" +bg_urgent="$std_red" +fg_urgent="$light_white" + +bar_bg="$bg_normal" +bar_fg="$fg_normal" + ############### # misc vars # @@ -332,6 +366,10 @@ jfont_size='10' cfont='Noto Sans Mono CJK SC' cfont_size='10' +# thai font +tfont='Noto Sans Thai' +tfont_size='10' + # emoji font efont='Noto Emoji' efont_size='10' |