add zim style

This commit is contained in:
Nico 2022-02-03 14:21:42 +00:00
parent b0459e58a3
commit b3ef94f1f2
1 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,96 @@
[TextView]
indent = 30
tabs =
font =
justify =
linespacing = 3
wrapped-lines-linespacing = 0
[Tag strong]
weight = PANGO_WEIGHT_BOLD
[Tag emphasis]
style = italic
[Tag mark]
#underline = single
background = yellow
[Tag strike]
strikethrough = true
#foreground = grey
# Verbatim gets a slightly different color to distinguish easier
# used the dark "aluminium" color from the Tango palette.
[Tag code]
#foreground = #2e3436
family = monospace
#wrap-mode = none
[Tag pre]
# This style is used for multi-line verbatim blocks
#foreground = #2e3436
family = monospace
wrap-mode = none
indent = 20
[Tag link]
foreground = lightblue
underline = single
[Tag tag]
foreground = #ce5c00
# For the various headings we scale the size relative to the font size.
# The color choosen is the dark green -or "Chameleon"- as defined in the
# Tango color palette in order to fit with the default color scheme for
# most desktops.
[Tag h1]
foreground = #4e9a06
underline = single
weight = PANGO_WEIGHT_BOLD
scale = 1.75
# 1.15**4 =~ 1.75
[Tag h2]
foreground = #4e9a06
weight = PANGO_WEIGHT_BOLD
scale = 1.52
# 1.15**3 =~ 1.52
[Tag h3]
foreground = #4e9a06
style=italic
weight = PANGO_WEIGHT_BOLD
scale = 1.32
# 1.15**2 =~ 1.32
[Tag h4]
foreground=#4e9a06
weight=PANGO_WEIGHT_BOLD
scale=1.15
[Tag h5]
foreground=#4e9a06
weight=PANGO_WEIGHT_BOLD
[Tag h6]
foreground=#4e9a06
[Tag checked-checkbox]
#foreground = grey
[Tag xchecked-checkbox]
#foreground = grey
[Tag migrated-checkbox]
#foreground = grey
[Tag transmigrated-checkbox]
#foreground = grey
# vim: syntax=desktop