home/.config/zim/style.conf
Salt 1d3b00ca23 Zim: Update line spacing
Turns out some line breaks automatically get added lol
2020-11-01 01:22:18 -06:00

57 lines
1022 B
INI

# vim:ft=dosini
# https://zim-wiki.org/manual/Help/Config_Files.html
[TextView]
font = Roboto 12
indent = 30
linespacing = 8
# Basic text formatting
[Tag emphasis]
style = italic
[Tag link]
foreground = #3daee9
[Tag mark]
background = yellow
[Tag strong]
weight = PANGO_WEIGHT_BOLD
# Advanced text formatting
[Tag code]
family = monospace
foreground = #232627
[Tag pre]
# This style is used for multi-line verbatim blocks
foreground = #232627
family = monospace
wrap-mode = none
indent = 20
[Tag strike]
foreground = #7f8c8d
strikethrough = true
[Tag tag]
foreground = #ce5c00
# Headings
[Tag h1]
foreground = #232627
scale = 1.75
weight = PANGO_WEIGHT_BOLD
[Tag h2]
foreground = #232627
scale = 1.52
weight = PANGO_WEIGHT_BOLD
[Tag h3]
foreground = #232627
scale = 1.32
style = italic
weight = PANGO_WEIGHT_BOLD
[Tag h4]
foreground = #232627
scale = 1.15
weight = PANGO_WEIGHT_BOLD
[Tag h5]
foreground = #232627
weight = PANGO_WEIGHT_BOLD
[Tag h6]
foreground = #232627