1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
[TextView]
indent = 30
tabs =
font =
justify =
linespacing = 3
[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 distinguise is 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 = blue
#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
# vim: syntax=desktop
|