dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 117000eff397dff34538ac1226ae05d532b668c4
parent 4ce6738a9d4f42af76be4c2b2419b02c2d2448a9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat,  9 Feb 2019 18:07:52 -0500

Tweak the color scheme for zathura.

Diffstat:
M.config/zathura/zathurarc | 96++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 38 deletions(-)
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
@@ -1,47 +1,68 @@
 set font                        "Iosevka SS09 12"
 
-# Base 16 (gruvbox-dark-pale)
-set completion-bg               "#4e4e4e" #02
-set completion-fg               "#ebdbb2" #07
-
-set completion-group-bg         "#ebdbb2" #0C
-set completion-group-fg         "#262626" #00
-
-set completion-highlight-bg     "#ebdbb2" #07
-set completion-highlight-fg     "#4e4e4e" #02
-
-set default-bg                  "#262626" #00
-set default-fg                  "#dab997" #05
-
-set highlight-active-color      "#ffaf00" #0A
-set highlight-color             "#afaf00" #0B
-
-set index-active-bg             "#afaf00" #0B
-set index-active-fg             "#262626" #00
-
-set index-bg                    "#262626" #00
-set index-fg                    "#dab997" #05
-
-set inputbar-bg                 "#262626" #00
-set inputbar-fg                 "#dab997" #05
-
-set notification-bg             "#afaf00" #0B
-set notification-fg             "#262626" #00
+# gruvbox-dark
+# normal:
+#   black:   "#282828" #00
+#   red:     "#cc241d" #01
+#   green:   "#98971a" #02
+#   yellow:  "#d79921" #03
+#   blue:    "#458588" #04
+#   magenta: "#b16286" #05
+#   cyan:    "#689d6a" #06
+#   white:   "#a89984" #07
+#   orange:  "#d65d9e" #0O
+# bright:
+#   black:   "#928374" #08
+#   red:     "#fb4934" #09
+#   green:   "#b8bb26" #0A
+#   yellow:  "#fabd2f" #0B
+#   blue:    "#83a598" #0C
+#   magenta: "#d3869b" #0D
+#   cyan:    "#8ec97c" #0E
+#   white:   "#ebdbb2" #0F
+#   orange:  "#fe8019" #OO
+
+set completion-bg               "#928374" #08
+set completion-fg               "#ebdbb2" #0F
+
+set completion-group-bg         "#ebdbb2" #0F
+set completion-group-fg         "#282828" #00
+
+set completion-highlight-bg     "#ebdbb2" #0F
+set completion-highlight-fg     "#928374" #08
+
+set default-bg                  "#282828" #00
+set default-fg                  "#ebdbb2" #0F
+
+set highlight-active-color      "#b8bb26" #0A
+set highlight-color             "#98971a" #02
+
+set index-active-bg             "#b8bb26" #0A
+set index-active-fg             "#282828" #00
+
+set index-bg                    "#282828" #00
+set index-fg                    "#ebdbb2" #0F
+
+set inputbar-bg                 "#282828" #00
+set inputbar-fg                 "#ebdbb2" #0F
+
+set notification-bg             "#b8bb26" #0A
+set notification-fg             "#282828" #00
 
 set notification-error-bg       "#d75f5f" #08
-set notification-error-fg       "#262626" #00
+set notification-error-fg       "#282828" #00
 
-set notification-warning-bg     "#ff8700" #09
-set notification-warning-fg     "#262626" #00
+set notification-warning-bg     "#fe8019" #OO
+set notification-warning-fg     "#282828" #00
 
-set recolor-darkcolor           "#dab997" #05
-set recolor-lightcolor          "#262626" #00
+set recolor-darkcolor           "#ebdbb2" #0F
+set recolor-lightcolor          "#282828" #00
 
-set render-loading-bg           "#262626" #00
-set render-loading-fg           "#dab997" #05
+set render-loading-bg           "#282828" #00
+set render-loading-fg           "#ebdbb2" #0F
 
-set statusbar-bg                "#dab997" #05
-set statusbar-fg                "#262626" #00
+set statusbar-bg                "#ebdbb2" #0F
+set statusbar-fg                "#282828" #00
 
 set selection-clipboard         clipboard
 
@@ -49,4 +70,4 @@ set statusbar-home-tilde        true
 set window-title-basename       true
 
 # Show vertical scroll bar
-set guioptions                  v-
\ No newline at end of file
+set guioptions                  v