mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Use dotter
This commit is contained in:
63
config/zathura/themes/rose-pine
Normal file
63
config/zathura/themes/rose-pine
Normal file
@@ -0,0 +1,63 @@
|
||||
# https://github.com/rose-pine/rose-pine-theme
|
||||
# Soho vibes for Zathura: Rosé Pine
|
||||
|
||||
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
|
||||
#
|
||||
# Usage:
|
||||
# Copy contents of this file to ~/.config/zathura/zathurarc
|
||||
#
|
||||
# Change 'recolor' and 'recolor-keephue' to true to change
|
||||
# the document colors for a more uniform viewing experience.
|
||||
|
||||
set default-bg "#191724"
|
||||
set default-fg "#e0def4"
|
||||
|
||||
set statusbar-fg "#e0def4"
|
||||
set statusbar-bg "#555169"
|
||||
|
||||
set inputbar-bg "#6e6a86"
|
||||
set inputbar-fg "#ebbcba"
|
||||
|
||||
set notification-bg "#e0def4"
|
||||
set notification-fg "#555169"
|
||||
|
||||
set notification-error-bg "#f6c177"
|
||||
set notification-error-fg "#555169"
|
||||
|
||||
set notification-warning-bg "#ebbcba"
|
||||
set notification-warning-fg "#555169"
|
||||
|
||||
set highlight-color "#ebbcba"
|
||||
set highlight-active-color "#eb6f92"
|
||||
|
||||
set completion-bg "#6e6a86"
|
||||
set completion-fg "#ebbcba"
|
||||
|
||||
set completion-highlight-fg "#26233a"
|
||||
set completion-highlight-bg "#ebbcba"
|
||||
|
||||
set recolor-lightcolor "#191724"
|
||||
set recolor-darkcolor "#e0def4"
|
||||
|
||||
set recolor "false"
|
||||
set recolor-keephue "false"
|
||||
Reference in New Issue
Block a user