Ajust the style in order to be similar with the luakit one - dotfiles - leot's dotfiles
(HTM) hg clone https://bitbucket.org/iamleot/dotfiles
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 6f79e55d58715bece58d8a91d7123fabd170ce99
(DIR) parent 813721512ae1ace3eb690e1ca5be9f4205ce0962
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Thu, 4 Oct 2018 00:03:16
Ajust the style in order to be similar with the luakit one
Diffstat:
config/zathura/zathurarc | 42 +++++++++++++++++++++---------------------
1 files changed, 21 insertions(+), 21 deletions(-)
---
diff -r 813721512ae1 -r 6f79e55d5871 config/zathura/zathurarc
--- a/config/zathura/zathurarc Wed Oct 03 09:39:34 2018 +0200
+++ b/config/zathura/zathurarc Thu Oct 04 00:03:16 2018 +0200
@@ -1,25 +1,25 @@
-set font "monospace normal 10"
-set guioptions cs
-set completion-bg "#656565"
-set completion-fg "#f6f3e8"
-set completion-group-bg "#656565"
-set completion-group-fg "#f6f3e8"
-set completion-highlight-bg "#777"
-set completion-highlight-fg "#fff"
-set default-fg "#000000"
-set index-bg "#ffffff"
-set index-fg "#000000"
-set index-active-fg "#ffffff"
-set index-active-bg "#000000"
-set inputbar-bg "#ffffff"
-set inputbar-fg "#000000"
+set font "monospace 12px"
+set guioptions s
+set completion-bg "#fff"
+set completion-fg "#000"
+set completion-group-bg "#fff"
+set completion-group-fg "#f00"
+set completion-highlight-bg "#ff0"
+set completion-highlight-fg "#000"
+set default-fg "#000"
+set index-bg "#fff"
+set index-fg "#000"
+set index-active-fg "#000"
+set index-active-bg "#ff0"
+set inputbar-bg "#fff"
+set inputbar-fg "#000"
set n-completion-items 10
-set notification-bg "#000"
-set notification-fg "#fff"
-set notification-warning-bg "#ff7777"
-set notification-warning-fg "#000"
-set notification-error-bg "#ff7777"
-set notification-error-fg "#000"
+set notification-bg "#fff"
+set notification-fg "#444"
+set notification-warning-bg "#fff"
+set notification-warning-fg "#f00"
+set notification-error-bg "#f00"
+set notification-error-fg "#fff"
set statusbar-bg "#000"
set statusbar-fg "#fff"