notes/kitty/diff.conf

24 lines
509 B
Text

/* custom colors for kitty diff */
pygments_style gruvbox-dark
foreground #333b4b
background #333b4b
filler_bg #333b4b
title_fg #ebcb8b
title_bg #333b4b
margin_bg #333b4b
margin_fg #ebcb8b
margin_filler_bg none
hunk_margin_bg #333b4b
hunk_bg #333b4b
added_bg #333b4b
highlight_added_bg #333b4b
added_margin_bg #333b4b
removed_bg #333b4b
highlight_removed_bg #333b4b
removed_margin_bg #333b4b
/* custom mappings */
map g scroll_to start
map G scroll_to end
map d scroll_to next-page
map u scroll_to prev-page