nix/config/sioyek/prefs_user.linux.config

56 lines
1.9 KiB
Text

# Sioyek user preferences
# Noctis Azureus Ghostty theme
# Precise hex to RGB (0.0-1.0) conversions:
# #051b29 -> 5/255=0.0196, 27/255=0.1059, 41/255=0.1608
# #041520 -> 4/255=0.0157, 21/255=0.0824, 32/255=0.1255
# #becfda -> 190/255=0.7451, 207/255=0.8118, 218/255=0.8549
# #49e9a6 -> 73/255=0.2863, 233/255=0.9137, 166/255=0.6510
# #e4b781 -> 228/255=0.8941, 183/255=0.7176, 129/255=0.5059
# #49ace9 -> 73/255=0.2863, 172/255=0.6745, 233/255=0.9137
# Background - deep blue #051b29
background_color 0.0196 0.1059 0.1608
dark_mode_background_color 0.0196 0.1059 0.1608
dark_mode_contrast 1.0
# Custom color mode (toggle with Ctrl+r)
custom_background_color 0.0196 0.1059 0.1608
custom_text_color 0.7451 0.8118 0.8549
# Search highlight (green #49e9a6)
search_highlight_color 0.2863 0.9137 0.6510
# Link color (blue #49ace9)
link_highlight_color 0.2863 0.6745 0.9137
# Text selection/highlight (yellow #e4b781)
text_highlight_color 0.8941 0.7176 0.5059
# Page separator
page_separator_width 2
page_separator_color 0.1569 0.2078 0.2431
# Status bar - darker blue #041520
ui_background_color 0.0157 0.0824 0.1255
ui_text_color 0.7451 0.8118 0.8549
# Startup - enable synctex by default, start in white mode (toggle dark with C-r or C-i)
should_launch_new_window 0
# startup_commands toggle_custom_color;toggle_synctex
startup_commands toggle_synctex
# Smooth scrolling
smooth_scroll_speed 3.0
smooth_scroll_drag 2500
# Zoom
default_zoom_level 1.0
zoom_inc_factor 1.2
# Inverse search - click PDF to jump to Neovim source
# %1 = filename, %2 = line number
inverse_search_command /Users/rayandrew/dotfiles/bin/nvim-vimtex-callback %2 %1
# Control+click triggers synctex inverse search
control_click_command synctex_under_cursor