feat: sioye config
This commit is contained in:
parent
3cc16b3e9d
commit
d969b351f1
8 changed files with 142 additions and 45 deletions
19
config/sioyek/keys_user.config
Normal file
19
config/sioyek/keys_user.config
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
previous_page k
|
||||
next_page j
|
||||
|
||||
move_down J
|
||||
move_up K
|
||||
move_left l
|
||||
move_right h
|
||||
|
||||
zoom_in =
|
||||
zoom_out -
|
||||
|
||||
fit_to_page_height_smart s
|
||||
fit_to_page_width S
|
||||
|
||||
toggle_presentation_mode T
|
||||
toggle_dark_mode d
|
||||
toggle_statusbar b
|
||||
|
||||
close_window q
|
||||
10
config/sioyek/prefs_user.config
Normal file
10
config/sioyek/prefs_user.config
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
wheel_zoom_on_cursor 1
|
||||
startup_commands toggle_presentation_mode; show_statusbar 0
|
||||
|
||||
page_separator_width 10
|
||||
should_launch_new_window 1
|
||||
|
||||
source ~/.config/sioyek/themes/theme.config
|
||||
|
||||
font_size 18
|
||||
status_bar_font_size 18
|
||||
21
config/sioyek/themes/daylight.config
Normal file
21
config/sioyek/themes/daylight.config
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
background_color 0.961 0.961 0.961
|
||||
custom_background_color 0.961 0.961 0.961
|
||||
text_highlight_color 0.922 0.922 0.922
|
||||
visual_mark_color 0.922 0.922 0.922 1.0
|
||||
custom_text_color 0.102 0.102 0.102
|
||||
ui_text_color 0.102 0.102 0.102
|
||||
ui_selected_text_color 0.102 0.102 0.102
|
||||
link_highlight_color 0.298 0.431 0.961
|
||||
search_highlight_color 0.298 0.431 0.961
|
||||
synctex_highlight_color 0.298 0.431 0.961
|
||||
highlight_color_a 0.231 0.357 0.859
|
||||
highlight_color_b 0.176 0.498 0.243
|
||||
highlight_color_c 0.600 0.408 0.000
|
||||
highlight_color_d 0.780 0.145 0.306
|
||||
highlight_color_e 0.682 0.243 0.788
|
||||
highlight_color_f 0.063 0.596 0.678
|
||||
highlight_color_g 0.961 0.624 0.000
|
||||
ui_background_color 0.922 0.922 0.922
|
||||
ui_selected_background_color 0.298 0.431 0.961
|
||||
status_bar_color 0.961 0.961 0.961
|
||||
status_bar_text_color 0.102 0.102 0.102
|
||||
22
config/sioyek/themes/midnight.config
Normal file
22
config/sioyek/themes/midnight.config
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
background_color 0.071 0.071 0.071
|
||||
custom_background_color 0.071 0.071 0.071
|
||||
text_highlight_color 0.176 0.176 0.176
|
||||
visual_mark_color 0.176 0.176 0.176 1.0
|
||||
custom_text_color 0.878 0.878 0.878
|
||||
ui_text_color 0.878 0.878 0.878
|
||||
ui_selected_text_color 0.878 0.878 0.878
|
||||
link_highlight_color 0.616 0.722 0.969
|
||||
search_highlight_color 0.616 0.722 0.969
|
||||
synctex_highlight_color 0.616 0.722 0.969
|
||||
highlight_color_a 0.478 0.635 0.969
|
||||
highlight_color_b 0.596 0.765 0.475
|
||||
highlight_color_c 0.898 0.753 0.482
|
||||
highlight_color_d 1.000 0.420 0.420
|
||||
highlight_color_e 0.776 0.471 0.867
|
||||
highlight_color_f 0.337 0.714 0.761
|
||||
highlight_color_g 0.941 0.820 0.592
|
||||
ui_background_color 0.071 0.071 0.071
|
||||
ui_selected_background_color 0.478 0.635 0.969
|
||||
status_bar_color 0.071 0.071 0.071
|
||||
status_bar_text_color 0.878 0.878 0.878
|
||||
startup_commands toggle_dark_mode
|
||||
Loading…
Add table
Add a link
Reference in a new issue