sioyek tweaks
This commit is contained in:
+43
-11
@@ -1,19 +1,51 @@
|
||||
should_launch_new_window 1
|
||||
startup_commands toggle_visual_scroll;toggle_dark_mode;toggle_custom_color
|
||||
startup_commands toggle_visual_scroll;toggle_custom_color
|
||||
|
||||
background_color 0.97 0.97 0.97
|
||||
dark_mode_background_color 0.0 0.0 0.0
|
||||
# - dracula: https://github.com/dracula/sioyek
|
||||
# - catppuccin: https://github.com/catppuccin/sioyek
|
||||
# - gruvbox: https://mil.ad/blog/2022/gruvbox-for-sioyek.html
|
||||
new_macro _theme_solaris setconfig_custom_text_color(#b58900);setconfig_custom_background_color(#586e75)
|
||||
new_macro _theme_normal setconfig_custom_text_color(#000000);setconfig_custom_background_color(#ffffff)
|
||||
new_macro _theme_dark setconfig_custom_text_color(#ffffff);setconfig_custom_background_color(#000000)
|
||||
new_macro _theme_softlight setconfig_custom_text_color(#434c5e);setconfig_custom_background_color(#faf4ed)
|
||||
new_macro _theme_macchiato setconfig_custom_text_color(#cad3f5);setconfig_custom_background_color(#24273a)
|
||||
new_macro _theme_frappe setconfig_custom_text_color(#c6d0f5);setconfig_custom_background_color(#303446)
|
||||
new_macro _theme_moccha setconfig_custom_text_color(#cdd6f4);setconfig_custom_background_color(#1e1e2e)
|
||||
new_macro _theme_latte setconfig_custom_text_color(#4c4f69);setconfig_custom_background_color(#eff1f5)
|
||||
new_macro _theme_gruvbox setconfig_custom_text_color(#fbf1c7);setconfig_custom_background_color(#282828)
|
||||
new_macro _theme_dracula setconfig_custom_text_color(0.97255 0.97255 0.94902);setconfig_custom_background_color(0.15686 0.16471 0.21176)
|
||||
|
||||
# page separation
|
||||
page_separator_color #1d2021
|
||||
page_separator_width 10
|
||||
|
||||
# dark mode
|
||||
dark_mode_background_color #1e1e2e
|
||||
dark_mode_contrast 0.9
|
||||
|
||||
text_highlight_color 1 1 0
|
||||
# UI
|
||||
ui_font Noto Sans Mono
|
||||
font_size 12
|
||||
status_bar_font_size 16
|
||||
status_bar_color #427b58
|
||||
status_bar_text_color #fbf1c7
|
||||
ui_text_color #cad3f5
|
||||
ui_background_color #363a4f
|
||||
ui_selected_text_color #cad3f5
|
||||
ui_selected_background_color #5b6078
|
||||
|
||||
visual_mark_color 0 0 0 0.1
|
||||
# brighten blue links
|
||||
custom_color_contrast 1
|
||||
|
||||
search_highlight_color 0 1 0
|
||||
synctex_highlight_color 1 0 0
|
||||
link_highlight_color 0 0 0
|
||||
synctex_highlight_color 1.0 0.0 1.0
|
||||
custom_color_mode_empty_background_color #1d2021
|
||||
|
||||
custom_background_color 0. 0. 0.
|
||||
custom_text_color 0.847 0.871 0.914
|
||||
# gruvbox
|
||||
custom_background_color #282828
|
||||
custom_text_color #fbf1c7
|
||||
|
||||
# text_highlight_color #eed49f
|
||||
# visual_mark_color #8087a2
|
||||
|
||||
# search_highlight_color #eed49f
|
||||
# link_highlight_color #8aadf4
|
||||
# synctex_highlight_color #a6da95
|
||||
|
||||
Reference in New Issue
Block a user