31 lines
856 B
Plaintext
31 lines
856 B
Plaintext
# vim:fileencoding=utf-8:ft=conf
|
|
|
|
# File extension aliases for syntax highlight
|
|
# For example, to syntax highlight file.xyz as
|
|
# file.abc use a setting of xyz:abc
|
|
syntax_aliases pyj:py recipe:py
|
|
|
|
# The pygments color scheme to use. See https://help.farbox.com/pygments.html
|
|
# for a list of schemes.
|
|
pygments_style default
|
|
|
|
# The number of lines of context to show around each change.
|
|
num_context_lines 3
|
|
|
|
# Colors
|
|
foreground black
|
|
background white
|
|
title_fg black
|
|
title_bg white
|
|
margin_bg #fafbfc
|
|
margin_fg #aaaaaa
|
|
removed_bg #ffeef0
|
|
highlight_removed_bg #fdb8c0
|
|
removed_margin_bg #ffdce0
|
|
added_bg #e6ffed
|
|
highlight_added_bg #acf2bd
|
|
added_margin_bg #cdffd8
|
|
filler_bg #fafbfc
|
|
hunk_margin_bg #dbedff
|
|
hunk_bg #f1f8ff
|