about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-05-28 15:26:46 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-05-28 15:26:46 +0700
commit4749186d527c90933c5a5f162358ea8279143323 (patch)
treee9bb51af411a9ad5e85a296d735c68439112acdc
parent2f5a29f4dfebc144e3d82283b2b0af64b5c8b218 (diff)
downloaddotfiles-4749186d527c90933c5a5f162358ea8279143323.tar.gz
Update 2019-05-28
-rw-r--r--.gitignore1
-rw-r--r--README.md2
-rw-r--r--awesome/.config/awesome/themes/srcery/README.md6
-rw-r--r--luakit/.config/luakit/theme.lua12
-rw-r--r--zathura/.config/zathura/zathurarc56
5 files changed, 39 insertions, 38 deletions
diff --git a/.gitignore b/.gitignore
index 17ad192..64374d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 vim/.cache/vim/viminfo
 vim/.vim/__pycache__
 vim/.vim/plugged
+meta/.fonts/.uuid
 meta/.config/gtk-3.0/bookmarks
 awesome/.config/awesome/vicious/
diff --git a/README.md b/README.md
index f3995fb..f4d03f5 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Dotfiles of my Debian testing, managed by GNU Stow.
 
-![](debian-screenshot.png)
+![](screenshot.png)
 
 The Debian desktop uses awesome, bash, Git, Luakit, ranger, Vim, XTerm
 and Zathura. Most of these applications are themed with the
diff --git a/awesome/.config/awesome/themes/srcery/README.md b/awesome/.config/awesome/themes/srcery/README.md
index dc3f262..92246f4 100644
--- a/awesome/.config/awesome/themes/srcery/README.md
+++ b/awesome/.config/awesome/themes/srcery/README.md
@@ -1,12 +1,12 @@
-# Gruvbox awesome theme by McSinyx
+# srcery awesome theme by McSinyx
 
 ## A few side notes
 
+* First 9 colors in srcery palette along with orange are exposed for convenient
+  theming.
 * The backgrounds are pixel-based, for best result please resize them using a
   proper algorithim, e.g. in GIMP use *None* or *Linear* interpolation.
-
 * Titlebar and wibox use some pixel arts, so please keep theme at the size of
   22px.
-
 * I added some 22-pixel high arrows to the theme. You might wanna use them to
   rice your desktop in the *powerarrow* way.
diff --git a/luakit/.config/luakit/theme.lua b/luakit/.config/luakit/theme.lua
index bbdac14..06d94fc 100644
--- a/luakit/.config/luakit/theme.lua
+++ b/luakit/.config/luakit/theme.lua
@@ -17,11 +17,11 @@
 local theme = {}
 local color = {black = '#1C1B19', red = '#EF2F27', green = '#519F50',
                yellow = '#FBB829', blue = '#2C78BF', magenta = '#E02C6D',
-               cyan = '#0AAEB3', white = '#918175', brightblack = '#2D2C29',
-               brightred = '#F75341', brightgreen = '#98BC37',
-               brightyellow = '#FED06E', brightblue = '#68A8E4',
-               brightmagenta = '#FF5C8F', brightcyan = '#53FDE9',
-               brightwhite = '#FCE8C3'}
+               cyan = '#0AAEB3', white = '#918175', orange = '#ff5f00',
+               brightblack = '#2D2C29', brightred = '#F75341',
+               brightgreen = '#98BC37', brightyellow = '#FED06E',
+               brightblue = '#68A8E4', brightmagenta = '#FF5C8F',
+               brightcyan = '#53FDE9', brightwhite = '#FCE8C3'}
 
 
 -- Default settings
@@ -81,7 +81,7 @@ theme.ibar_bg           = theme.bg
 -- Tab label
 theme.tab_fg            = theme.fg
 theme.tab_bg            = color.brightblack
-theme.tab_hover_bg      = color.blue
+theme.tab_hover_bg      = color.orange
 theme.tab_ntheme        = color.white
 theme.selected_fg       = theme.fg
 theme.selected_bg       = theme.bg
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
index b5d6005..1b1976c 100644
--- a/zathura/.config/zathura/zathurarc
+++ b/zathura/.config/zathura/zathurarc
@@ -1,36 +1,36 @@
-set completion-bg \#504945
-set completion-fg \#fbf1c7
-set completion-group-bg \#3c3836
-set completion-group-fg \#ebdbb2
-set completion-highlight-bg \#458588
-set completion-highlight-fg \#ebdbb2
-set default-fg \#ebdbb2
-set default-bg \#282828
+set completion-bg \#1c1b19
+set completion-fg \#fce8c3
+set completion-group-bg \#1c1b19
+set completion-group-fg \#519f50
+set completion-highlight-bg \#e02c6d
+set completion-highlight-fg \#fce8c3
+set default-bg \#1c1b19
+set default-fg \#fce8c3
 set font Latin\ Modern\ Mono\ 12
-set inputbar-fg \#ebdbb2
-set inputbar-bg \#282828
-set notification-bg \#282828
-set notification-fg \#fe8019
-set notification-error-bg \#cc241d
-set notification-error-fg \#282828
-set notification-warning-bg \#fbf1c7
-set notification-warning-fg \#282828
-set statusbar-bg \#504945
-set statusbar-fg \#ebdbb2
+set inputbar-bg \#1c1b19
+set inputbar-fg \#fce8c3
+set notification-bg \#1c1b19
+set notification-fg \#fbb829
+set notification-error-bg \#ef2f27
+set notification-error-fg \#fce8c3
+set notification-warning-bg \#fce8c3
+set notification-warning-fg \#1c1b19
+set statusbar-bg \#2d2c29
+set statusbar-fg \#fce8c3
 set adjust-open width
 set incremental-search false
-set highlight-color \#b16286
-set highlight-active-color \#689d6a
+set highlight-color \#519f50
+set highlight-active-color \#0aaeb3
 set recolor true
 set recolor-keephue true
-set recolor-lightcolor \#1d2021
-set recolor-darkcolor \#ebdbb2
-set render-loading-bg \#282828
-set render-loading-fg \#ebdbb2
-set index-bg \#282828
-set index-fg \#98971a
-set index-active-bg \#98971a
-set index-active-fg \#282828
+set recolor-lightcolor \#000000
+set recolor-darkcolor \#fce8c3
+set render-loading-bg \#1c1b19
+set render-loading-fg \#fce8c3
+set index-bg \#1c1b19
+set index-fg \#519f50
+set index-active-bg \#519f50
+set index-active-fg \#fce8c3
 set guioptions ''
 set show-recent 0
 set smooth-scroll true