mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Use dotter
This commit is contained in:
65
config/zathura/themes/zathura-solarized-dark
Normal file
65
config/zathura/themes/zathura-solarized-dark
Normal file
@@ -0,0 +1,65 @@
|
||||
# Synctex
|
||||
|
||||
set synctex true
|
||||
set synctex-editor-command "nvim --remote-silent +%{line} %{input}"
|
||||
|
||||
# Basic Settings
|
||||
|
||||
set highlight-transparency .1
|
||||
set zoom-center "true"
|
||||
set selection-clipboard clipboard
|
||||
set render-loading "false"
|
||||
set window-width 960
|
||||
set window-height 1080
|
||||
set window-title-basename "true"
|
||||
set selection-clipboard "clipboard"
|
||||
set adjust-open width
|
||||
set recolor true
|
||||
|
||||
map <Space> toggle_index
|
||||
map p print
|
||||
map w recolor
|
||||
map k 5k
|
||||
map j 5k
|
||||
|
||||
# zathurarc-dark
|
||||
set notification-error-bg "#586e75" # base01 # seem not work
|
||||
set notification-error-fg "#dc322f" # red
|
||||
set notification-warning-bg "#586e75" # base01
|
||||
set notification-warning-fg "#dc322f" # red
|
||||
set notification-bg "#586e75" # base01
|
||||
set notification-fg "#b58900" # yellow
|
||||
|
||||
set completion-group-bg "#002b36" # base03
|
||||
set completion-group-fg "#839496" # base0
|
||||
set completion-bg "#073642" # base02
|
||||
set completion-fg "#93a1a1" # base1
|
||||
set completion-highlight-bg "#586e75" # base01
|
||||
set completion-highlight-fg "#eee8d5" # base2
|
||||
|
||||
# Define the color in index mode
|
||||
set index-bg "#073642" # base02
|
||||
set index-fg "#93a1a1" # base1
|
||||
set index-active-bg "#586e75" # base01
|
||||
set index-active-fg "#eee8d5" # base2
|
||||
|
||||
set inputbar-bg "#586e75" # base01
|
||||
set inputbar-fg "#eee8d5" # base2
|
||||
|
||||
set statusbar-bg "#073642" # base02
|
||||
set statusbar-fg "#93a1a1" # base1
|
||||
|
||||
set highlight-color "#657b83" # base00 # hightlight match when search keyword(vim's /)
|
||||
set highlight-active-color "#268bd2" # blue
|
||||
|
||||
set default-bg "#073642" # base02
|
||||
set default-fg "#93a1a1" # base1
|
||||
# set render-loading true
|
||||
# set render-loading-fg "#073642" # base02
|
||||
# set render-loading-bg "#073642" # base02
|
||||
|
||||
# Recolor book content's color
|
||||
set recolor true
|
||||
set recolor-lightcolor "#073642" # base02
|
||||
set recolor-darkcolor "#93a1a1" # base1
|
||||
# set recolor-keephue true # keep original color
|
||||
Reference in New Issue
Block a user