# you can specify the exact highlight color for each of 26 different highlight types
# When moving to the next line using visual marker, this setting specifies the distance of the market to the top of the screen in fractions of screen size (center of the screen is zero, top of the screen is one)
visual_mark_next_page_fraction 0.75
# When moving to the next line using visual marker, this setting determines at which point we move the screen (center of the screen is one, bottom of the screen is zero)
visual_mark_next_page_threshold 0.25
# If set, we display a checkerboard pattern for unrendered pages (by default we display nothing)
should_draw_unrendered_pages 0
# If 0, we use the previous renders for overview window which may cause it to be blurry
# if it is 1, we rerender with the proper resolution for overview window which looks better
# but may increase power consumption
rerender_overview 1
## Size of the overview window (1 being as large as the window, valid range is [0, 1])
# overview_size 0.5 0.5
## Offset of the center of the overview window ((0,0) being the center of the screen and valid raneg is [-1, 1])
# overview_offset 0.5 0.5
# Use linear texture filtering instead of nearest-neighbor
# Can improve appearance in very high-resolution screens
# linear_filter 0
# Use dark mode by default (deprecated, better add `toggle_dark_mode` to `startup_commands` )
default_dark_mode 0
# If set, we sort the bookmarks by their location instead of their creation time
sort_bookmarks_by_location 1
## Path to shared.db database file. If not set, we use the default path.
## you can set this to be a file in a synced folder (e.g. dropbox folder) to automatically sync
## sioyek across multiple computers
#shared_database_path /some/path/shared.db
## Name of the font to use for UI text
#ui_font Some Font Name
## Size of the UI font
#font_size 20
## Semicolon-separated list of command to execute upon sioyek startup
## Background color to use when executing `toggle_custom_color`
custom_background_color 0.180 0.204 0.251
## Text color to use when executing `toggle_custom_color`
custom_text_color 0.847 0.871 0.914
# Normally mouse wheel zooms in on the middle of the screen, but if this is set to 1, we zoom in on the cursor
wheel_zoom_on_cursor 0
## Color of status bar background
#status_bar_color 0 0 0
## Color of status bar text
#status_bar_text_color 1 1 1
## Font size of the status bar text
#status_bar_font_size 20
## The default size of main window when helper window is closed
#single_main_window_size 800 600
#single_main_window_move 100 100
## The default size/offset of main/helper window when helper window is opened. You can copy the value of this config using `copy_window_size_config` command