writing: Add sioyek configuration
This commit is contained in:
parent
334f3032e8
commit
af410c0b77
4 changed files with 84 additions and 0 deletions
30
writing/.config/sioyek/keys_user.config
Normal file
30
writing/.config/sioyek/keys_user.config
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
noop <C-w>
|
||||
open_document_embedded o
|
||||
|
||||
toggle_custom_color <C-r>
|
||||
|
||||
goto_begining gg
|
||||
goto_end G
|
||||
|
||||
screen_up <C-u>
|
||||
screen_down <C-d>
|
||||
previous_page <C-b>
|
||||
next_page <C-f>
|
||||
|
||||
next_state L
|
||||
prev_state H
|
||||
|
||||
fit_to_page_width S
|
||||
fit_to_page_width_smart s
|
||||
fit_to_page_height a
|
||||
fit_to_page_height_smart A
|
||||
|
||||
embed_annotations <C-s>
|
||||
|
||||
toggle_statusbar <C-n>
|
||||
|
||||
keyboard_select;add_highlight_with_current_type V
|
||||
|
||||
regex_search /
|
||||
copy y
|
||||
rotate_clockwise R
|
||||
26
writing/.config/sioyek/prefs_user.config
Normal file
26
writing/.config/sioyek/prefs_user.config
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# START FLAVOURS
|
||||
# base16-sioyek (https://github.com/loiccoyle/base16-sioyek)
|
||||
# by Loic Coyle
|
||||
# Gruvbox dark, soft scheme byDawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
||||
|
||||
custom_background_color #32302f
|
||||
custom_text_color #ebdbb2
|
||||
|
||||
page_separator_color #32302f
|
||||
search_highlight_color #fabd2f
|
||||
status_bar_color #32302f
|
||||
status_bar_text_color #ebdbb2
|
||||
ui_text_color #ebdbb2
|
||||
ui_selected_text_color #ebdbb2
|
||||
ui_background_color #3c3836
|
||||
ui_selected_background_color #665c54
|
||||
background_color #32302f
|
||||
visual_mark_color 0.40 0.36 0.33 0.2
|
||||
text_highlight_color #665c54
|
||||
link_highlight_color #83a598
|
||||
synctex_highlight_color #fb4934
|
||||
# END FLAVOURS
|
||||
|
||||
super_fast_search 1
|
||||
startup_commands toggle_custom_color
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue