Zim: Configure styling
This commit is contained in:
parent
c6fb78dd7d
commit
1a475d214a
56
.config/zim/style.conf
Normal file
56
.config/zim/style.conf
Normal file
@ -0,0 +1,56 @@
|
||||
# vim:ft=dosini
|
||||
# https://zim-wiki.org/manual/Help/Config_Files.html
|
||||
[TextView]
|
||||
font = Roboto 12
|
||||
indent = 30
|
||||
linespacing = 16
|
||||
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user