dotfiles/config/sioyek/prefs_user.config (view raw)
| 1 | startup_commands toggle_dark_mode;toggle_visual_scroll |
| 2 | |
| 3 | check_for_updates_on_startup 0 |
| 4 | |
| 5 | zoom_inc_factor 1.2 |
| 6 | vertical_move_amount 1.0 |
| 7 | horizontal_move_amount 1.0 |
| 8 | move_screen_ratio 0.5 |
| 9 | touchpad_sensitivity 1.0 |
| 10 | wheel_zoom_on_cursor 1 |
| 11 | |
| 12 | fit_to_page_width_ratio 0.75 |
| 13 | |
| 14 | sort_bookmarks_by_location 1 |
| 15 | rerender_overview 1 |
| 16 | linear_filter 1 |
| 17 | |
| 18 | # ── General ───────────────────────────────────────────────── |
| 19 | multiline_menus 1 |
| 20 | single_click_selects_words 0 |
| 21 | should_draw_unrendered_pages 0 |
| 22 | should_load_tutorial_when_no_other_file 0 |
| 23 | use_legacy_keybinds 0 |
| 24 | should_warn_about_user_key_override 1 |
| 25 | dark_mode_contrast 0.85 |
| 26 | |
| 27 | ui_font "JetBrains Mono" |
| 28 | font_size 18 |
| 29 | |
| 30 | ruler_mode 1 |
| 31 | ruler_padding 1.0 |
| 32 | ruler_x_padding 5.0 |
| 33 | |
| 34 | visual_mark_next_page_fraction 0.75 |
| 35 | visual_mark_next_page_threshold 0.25 |
| 36 | case_sensitive_search 0 |
| 37 | super_fast_search 1 |
| 38 | |
| 39 | # ── TokyoNight ────────────────────────────────────────────── |
| 40 | background_color 0.102 0.106 0.149 # bg |
| 41 | dark_mode_background_color 0.102 0.106 0.149 # bg |
| 42 | |
| 43 | custom_background_color 0.161 0.180 0.259 # bg_highlight |
| 44 | custom_text_color 0.663 0.694 0.839 # fg |
| 45 | |
| 46 | page_separator_color 0.231 0.259 0.380 # fg_gutter |
| 47 | page_separator_width 3 |
| 48 | |
| 49 | ui_selected_background_color 0.161 0.180 0.259 # bg_highlight |
| 50 | ui_selected_text_color 0.733 0.604 0.969 # purple |
| 51 | |
| 52 | status_bar_color 0.161 0.180 0.259 # bg_highlight |
| 53 | status_bar_text_color 0.663 0.694 0.839 # fg |
| 54 | status_bar_font_size 16 |
| 55 | |
| 56 | text_highlight_color 0.478 0.635 0.969 # Mouse text selection |
| 57 | search_highlight_color 0.878 0.686 0.408 # Search match highlight |
| 58 | visual_mark_color 0.733 0.604 0.969 0.15 # Visual mark ruler (right-click ruler line) |
| 59 | link_highlight_color 0.478 0.635 0.969 # PDF link highlight (visible with toggle_highlight, F1 by default) |
| 60 | synctex_highlight_color 0.620 0.808 0.416 # SyncTeX forward search highlight |
| 61 | |
| 62 | highlight_color_a 0.478 0.635 0.969 # blue |
| 63 | highlight_color_b 0.490 0.812 1.000 # cyan |
| 64 | highlight_color_c 0.620 0.808 0.416 # green |
| 65 | highlight_color_d 0.733 0.604 0.969 # purple |
| 66 | highlight_color_e 0.969 0.463 0.557 # pink |
| 67 | highlight_color_f 1.000 0.620 0.392 # orange |
| 68 | highlight_color_g 0.878 0.686 0.408 # yellow |
| 69 | highlight_color_h 0.663 0.694 0.839 # fg |
| 70 | highlight_color_i 0.337 0.373 0.537 # fg_dark / comment |
| 71 | highlight_color_j 0.490 0.812 1.000 # cyan (lighter) |
| 72 | highlight_color_k 0.859 0.294 0.294 # red |
| 73 | highlight_color_l 0.102 0.737 0.612 # teal |
| 74 | highlight_color_m 0.969 0.463 0.557 # pink (same as e) |
| 75 | highlight_color_n 0.161 0.180 0.259 # bg_highlight |
| 76 | highlight_color_o 1.000 0.620 0.392 # orange (same as f) |
| 77 | highlight_color_p 0.733 0.604 0.969 # purple (same as d) |
| 78 | highlight_color_q 0.620 0.808 0.416 # green (same as c) |
| 79 | highlight_color_r 0.859 0.294 0.294 # red (same as k) |
| 80 | highlight_color_s 0.478 0.635 0.969 # blue (same as a) |
| 81 | highlight_color_t 0.337 0.373 0.537 # fg_dark (same as i) |
| 82 | highlight_color_u 0.878 0.686 0.408 # yellow (same as g) |
| 83 | highlight_color_v 0.733 0.604 0.969 # purple |
| 84 | highlight_color_w 0.969 0.463 0.557 # pink |
| 85 | highlight_color_x 0.490 0.812 1.000 # cyan |
| 86 | highlight_color_y 0.878 0.686 0.408 # yellow |
| 87 | highlight_color_z 1.000 0.620 0.392 # orange |