aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2019-12-03 17:44:31 -0700
committerkatherine <ageha@airen-no-jikken.icu>2019-12-03 17:44:31 -0700
commit7fc05b66216ac960e682a36c919ebcce0f3740b9 (patch)
tree4b9cb851cdcc5154b940d68d042d2f95363ea8e7 /.config
parent97ce09e6f6544f4a81842b8a70e5b44f6709709c (diff)
downloaddotfiles-7fc05b66216ac960e682a36c919ebcce0f3740b9.tar.gz
missed files
i'm dumb
Diffstat (limited to '.config')
-rw-r--r--.config/init/gen/urxvt-theme.sh54
-rw-r--r--.config/init/vars96
2 files changed, 67 insertions, 83 deletions
diff --git a/.config/init/gen/urxvt-theme.sh b/.config/init/gen/urxvt-theme.sh
deleted file mode 100644
index ec31644..0000000
--- a/.config/init/gen/urxvt-theme.sh
+++ /dev/null
@@ -1,54 +0,0 @@
-{
-echo "\
-! Use the specified colour as the windows background colour [default White]; option -bg.
-URxvt*background: $bg_normal
-
-! Use the specified colour as the windows foreground colour [default Black]; option -fg.
-URxvt*foreground: $fg_normal
-
-! black
-URxvt*color0: $std_black
-! light black
-URxvt*color8: $light_black
-! red
-URxvt*color1: $std_red
-! light red
-URxvt*color9: $light_red
-! green
-URxvt*color2: $std_green
-! light green
-URxvt*color10: $light_green
-! yellow
-URxvt*color3: $std_yellow
-! light yellow
-URxvt*color11: $light_yellow
-! blue
-URxvt*color4: $std_blue
-! light blue
-URxvt*color12: $light_blue
-! magenta
-URxvt*color5: $std_magenta
-! light magenta
-URxvt*color13: $light_magenta
-! cyan
-URxvt*color6: $std_cyan
-! light cyan
-URxvt*color14: $light_cyan
-! white
-URxvt*color7: $std_white
-! light white
-URxvt*color15: $light_white
-"
-
-# Select the fonts to be used. This is a comma separated list of font names that are checked in order when trying to find glyphs for characters. The first font
-echo -n "URxvt*font: "
-echo -n "xft:${mfont}:size=${mfont_size}, "
-echo -n "xft:${jfont}:size=${jfont_size}, "
-echo -n "xft:${cfont}:size=${cfont_size}, "
-echo -n "xft:${efont}:size=${efont_size}, "
-echo "xft:${bkfont}:size=${bkfont_size}"
-
-[[ -n $urxvt_bg ]] && echo "URxvt*backgroundPixmap: $HOME/backdrops/urxvt/$urxvt_bg"
-
-} > /tmp/urxvt-theme
-
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'