mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
68 lines
2.1 KiB
Plaintext
68 lines
2.1 KiB
Plaintext
# 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-light
|
|
set notification-error-bg "#eee8d5" # base2 # seem not work
|
|
set notification-error-fg "#dc322f" # red
|
|
set notification-warning-bg "#eee8d5" # base2
|
|
set notification-warning-fg "#dc322f" # red
|
|
set notification-bg "#eee8d5" # base2
|
|
set notification-fg "#268bd2" # blue
|
|
|
|
set completion-bg "#fdf6e3" # base3
|
|
set completion-fg "#657b83" # base00
|
|
set completion-group-bg "#eee8d5" # base2
|
|
set completion-group-fg "#586e75" # base01
|
|
set completion-highlight-bg "#93a1a1" # base1
|
|
set completion-highlight-fg "#073642" # base02
|
|
|
|
# Define the color in index mode
|
|
set index-bg "#fdf6e3" # base3
|
|
set index-fg "#657b83" # base00
|
|
set index-active-bg "#eee8d5" # base2
|
|
set index-active-fg "#586e75" # base01
|
|
|
|
set inputbar-bg "#93a1a1" # base1
|
|
set inputbar-fg "#073642" # base02
|
|
|
|
set statusbar-bg "#fdf6e3" # base3
|
|
set statusbar-fg "#657b83" # base00
|
|
|
|
set highlight-color "#839496" # base0 # hightlight match when search keyword(vim's /)
|
|
set highlight-active-color "#cb4616" # orange
|
|
|
|
set default-bg "#fdf6e3" # base3
|
|
set default-fg "#657b83" # base00
|
|
set render-loading true
|
|
# set render-loading-fg "#fdf6e3" # base3
|
|
# set render-loading-bg "#fdf6e3" # base3
|
|
|
|
# Recolor book content's color
|
|
# verbose
|
|
# verbose
|
|
set recolor-lightcolor "#fdf6e3" # base3
|
|
set recolor-darkcolor "#657b83" # base00
|
|
set recolor "true"
|
|
# set recolor-keephue true # keep original color
|