dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

.zathurarc (725B)


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# author   : Xu Xiaodong <[email protected]>
# modified : 2017 Jan 08
#

set font "fira code 8"
set guioptions ""
set window-width 1187
set window-height 1007
set show-recent 5

set default-fg "#ebdbb2"
set default-bg "#282828"
set completion-fg "#ebdbb2"
set completion-bg "#282828"
set completion-highlight-fg "#d79921"
set completion-highlight-bg "#282828"
set completion-group-fg "#ebdbb2"
set completion-group-bg "#282828"
set inputbar-fg "#ebdbb2"
set inputbar-bg "#282828"
set statusbar-fg "#ebdbb2"
set statusbar-bg "#282828"
set index-fg "#ebdbb2"
set index-bg "#282828"
set index-active-fg "#d79921"
set index-active-bg "#282828"

set recolor false
set recolor-lightcolor "#f4ecd8"
set recolor-darkcolor "#3c3836"