mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Use dotter
This commit is contained in:
77
config/zathura/themes/dracula-light
Normal file
77
config/zathura/themes/dracula-light
Normal file
@@ -0,0 +1,77 @@
|
||||
# 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
|
||||
|
||||
# Dracula color theme for Zathura
|
||||
# Swaps Foreground for Background to get a light version if the user prefers
|
||||
|
||||
#
|
||||
# Dracula color theme
|
||||
#
|
||||
|
||||
set notification-error-bg "#ff5555" # Red
|
||||
set notification-error-fg "#f8f8f2" # Foreground
|
||||
set notification-warning-bg "#ffb86c" # Orange
|
||||
set notification-warning-fg "#44475a" # Selection
|
||||
set notification-bg "#282a36" # Background
|
||||
set notification-fg "#f8f8f2" # Foreground
|
||||
|
||||
set completion-bg "#282a36" # Background
|
||||
set completion-fg "#6272a4" # Comment
|
||||
set completion-group-bg "#282a36" # Background
|
||||
set completion-group-fg "#6272a4" # Comment
|
||||
set completion-highlight-bg "#44475a" # Selection
|
||||
set completion-highlight-fg "#f8f8f2" # Foreground
|
||||
|
||||
set index-bg "#282a36" # Background
|
||||
set index-fg "#f8f8f2" # Foreground
|
||||
set index-active-bg "#44475a" # Current Line
|
||||
set index-active-fg "#f8f8f2" # Foreground
|
||||
|
||||
set inputbar-bg "#282a36" # Background
|
||||
set inputbar-fg "#f8f8f2" # Foreground
|
||||
set statusbar-bg "#282a36" # Background
|
||||
set statusbar-fg "#f8f8f2" # Foreground
|
||||
|
||||
set highlight-color "#ffb86c" # Orange
|
||||
set highlight-active-color "#ff79c6" # Pink
|
||||
|
||||
set default-bg "#282a36" # Background
|
||||
set default-fg "#f8f8f2" # Foreground
|
||||
|
||||
set render-loading true
|
||||
set render-loading-fg "#282a36" # Background
|
||||
set render-loading-bg "#f8f8f2" # Foreground
|
||||
|
||||
#
|
||||
# Recolor mode settings
|
||||
#
|
||||
|
||||
set recolor-lightcolor "#282a36" # Background
|
||||
set recolor-darkcolor "#f8f8f2" # Foreground
|
||||
|
||||
#
|
||||
# Startup options
|
||||
#
|
||||
set adjust-open width
|
||||
set recolor true
|
||||
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"
|
||||
69
config/zathura/themes/tokyonight-night
Normal file
69
config/zathura/themes/tokyonight-night
Normal file
@@ -0,0 +1,69 @@
|
||||
# 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
|
||||
|
||||
# Tokyonight color theme for Zathura
|
||||
# Swaps Foreground for Background to get a light version if the user prefers
|
||||
#
|
||||
# Tokyonight color theme
|
||||
#
|
||||
|
||||
set notification-error-bg "#f7768e"
|
||||
set notification-error-fg "#c0caf5"
|
||||
set notification-warning-bg "#e0af68"
|
||||
set notification-warning-fg "#414868"
|
||||
set notification-bg "#1a1b26"
|
||||
set notification-fg "#c0caf5"
|
||||
|
||||
set completion-bg "#1a1b26"
|
||||
set completion-fg "#a9b1d6"
|
||||
set completion-group-bg "#1a1b26"
|
||||
set completion-group-fg "#a9b1d6"
|
||||
set completion-highlight-bg "#414868"
|
||||
set completion-highlight-fg "#c0caf5"
|
||||
|
||||
set index-bg "#1a1b26"
|
||||
set index-fg "#c0caf5"
|
||||
set index-active-bg "#414868"
|
||||
set index-active-fg "#c0caf5"
|
||||
|
||||
set inputbar-bg "#1a1b26"
|
||||
set inputbar-fg "#c0caf5"
|
||||
set statusbar-bg "#1a1b26"
|
||||
set statusbar-fg "#c0caf5"
|
||||
|
||||
set highlight-color "#e0af68"
|
||||
set highlight-active-color "#9ece6a"
|
||||
|
||||
set default-bg "#1a1b26"
|
||||
set default-fg "#c0caf5"
|
||||
|
||||
set render-loading true
|
||||
set render-loading-fg "#1a1b26"
|
||||
set render-loading-bg "#c0caf5"
|
||||
#
|
||||
# Recolor mode settings
|
||||
#
|
||||
|
||||
set recolor-lightcolor "#1a1b26"
|
||||
set recolor-darkcolor "#c0caf5"
|
||||
64
config/zathura/themes/zathura-gruvbox-dark
Normal file
64
config/zathura/themes/zathura-gruvbox-dark
Normal file
@@ -0,0 +1,64 @@
|
||||
# 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
|
||||
|
||||
set notification-error-bg "#282828" # bg
|
||||
set notification-error-fg "#fb4934" # bright:red
|
||||
set notification-warning-bg "#282828" # bg
|
||||
set notification-warning-fg "#fabd2f" # bright:yellow
|
||||
set notification-bg "#282828" # bg
|
||||
set notification-fg "#b8bb26" # bright:green
|
||||
|
||||
set completion-bg "#504945" # bg2
|
||||
set completion-fg "#ebdbb2" # fg
|
||||
set completion-group-bg "#3c3836" # bg1
|
||||
set completion-group-fg "#928374" # gray
|
||||
set completion-highlight-bg "#83a598" # bright:blue
|
||||
set completion-highlight-fg "#504945" # bg2
|
||||
|
||||
# Define the color in index mode
|
||||
set index-bg "#504945" # bg2
|
||||
set index-fg "#ebdbb2" # fg
|
||||
set index-active-bg "#83a598" # bright:blue
|
||||
set index-active-fg "#504945" # bg2
|
||||
|
||||
set inputbar-bg "#282828" # bg
|
||||
set inputbar-fg "#ebdbb2" # fg
|
||||
|
||||
set statusbar-bg "#504945" # bg2
|
||||
set statusbar-fg "#ebdbb2" # fg
|
||||
|
||||
set highlight-color "#fabd2f" # bright:yellow
|
||||
set highlight-active-color "#fe8019" # bright:orange
|
||||
|
||||
set default-bg "#282828" # bg
|
||||
set default-fg "#ebdbb2" # fg
|
||||
set render-loading true
|
||||
set render-loading-bg "#282828" # bg
|
||||
set render-loading-fg "#ebdbb2" # fg
|
||||
|
||||
# Recolor book content's color
|
||||
set recolor-lightcolor "#282828" # bg
|
||||
set recolor-darkcolor "#ebdbb2" # fg
|
||||
set recolor "true"
|
||||
# set recolor-keephue true # keep original color
|
||||
64
config/zathura/themes/zathura-gruvbox-light
Normal file
64
config/zathura/themes/zathura-gruvbox-light
Normal file
@@ -0,0 +1,64 @@
|
||||
# Synctex
|
||||
|
||||
set synctex true
|
||||
set synctex-editor-command "nvim --remote-silent +%{line} %{input}"
|
||||
|
||||
# Basic Settings
|
||||
|
||||
set highlight-transparency 0.5
|
||||
set zoom-center "true"
|
||||
set selection-clipboard clipboard
|
||||
set render-loading "true"
|
||||
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
|
||||
|
||||
set notification-error-bg "#ebdbb2" # bg
|
||||
set notification-error-fg "#9d0006" # bright:red
|
||||
set notification-warning-bg "#ebdbb2" # bg
|
||||
set notification-warning-fg "#b57614" # bright:yellow
|
||||
set notification-bg "#ebdbb2" # bg
|
||||
set notification-fg "#79740e" # bright:green
|
||||
|
||||
set completion-bg "#d5c4a1" # bg2
|
||||
set completion-fg "#3c3836" # fg
|
||||
set completion-group-bg "#ebdbb2" # bg1
|
||||
set completion-group-fg "#928374" # gray
|
||||
set completion-highlight-bg "#076678" # bright:blue
|
||||
set completion-highlight-fg "#d5c4a1" # bg2
|
||||
|
||||
# Define the color in index mode
|
||||
set index-bg "#d5c4a1" # bg2
|
||||
set index-fg "#3c3836" # fg
|
||||
set index-active-bg "#076678" # bright:blue
|
||||
set index-active-fg "#d5c4a1" # bg2
|
||||
|
||||
set inputbar-bg "#ebdbb2" # bg
|
||||
set inputbar-fg "#3c3836" # fg
|
||||
|
||||
set statusbar-bg "#d5c4a1" # bg2
|
||||
set statusbar-fg "#3c3836" # fg
|
||||
|
||||
#set highlight-color "#b57614" # bright:yellow
|
||||
#set highlight-active-color "#af3a03" # bright:orange
|
||||
|
||||
set default-bg "#1d2021" # bg
|
||||
set default-fg "#3c3836" # fg
|
||||
set render-loading true
|
||||
set render-loading-bg "#ebdbb2" # bg
|
||||
set render-loading-fg "#3c3836" # fg
|
||||
|
||||
# Recolor book content's color
|
||||
set recolor-lightcolor "#ebdbb2" # bg
|
||||
set recolor-darkcolor "#3c3836" # fg
|
||||
|
||||
set highlight-transparency 0.5
|
||||
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
|
||||
67
config/zathura/themes/zathura-solarized-light
Normal file
67
config/zathura/themes/zathura-solarized-light
Normal file
@@ -0,0 +1,67 @@
|
||||
# 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
|
||||
1
config/zathura/zathurarc
Symbolic link
1
config/zathura/zathurarc
Symbolic link
@@ -0,0 +1 @@
|
||||
themes/rose-pine
|
||||
Reference in New Issue
Block a user