Created
June 29, 2020 17:45
-
-
Save theRealSuperMario/a14a503e805a273b7ac6ce86c6a3cd2c to your computer and use it in GitHub Desktop.
zim style.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## /home/sandro/.config/zim | |
[TextView] | |
indent=30 | |
tabs=None | |
linespacing=3 | |
font=Lato 13 | |
justify= | |
bullet_icon_size=GTK_ICON_SIZE_MENU | |
[Tag strong] | |
weight=PANGO_WEIGHT_BOLD | |
[Tag emphasis] | |
style=PANGO_STYLE_ITALIC | |
[Tag mark] | |
background=yellow | |
[Tag strike] | |
foreground=grey | |
strikethrough=True | |
[Tag code] | |
foreground=#5099c9 | |
family=monospace | |
[Tag pre] | |
foreground=#5099c9 | |
indent=20 | |
wrap-mode=GTK_WRAP_NONE | |
family=monospace | |
[Tag link] | |
foreground=blue | |
[Tag tag] | |
foreground=#ce5c00 | |
[Tag h1] | |
foreground=#4e9a06 | |
scale=1.75 | |
underline=PANGO_UNDERLINE_SINGLE | |
weight=PANGO_WEIGHT_BOLD | |
[Tag h2] | |
foreground=#4e9a06 | |
scale=1.52 | |
weight=PANGO_WEIGHT_BOLD | |
[Tag h3] | |
foreground=#4e9a06 | |
style=PANGO_STYLE_ITALIC | |
scale=1.32 | |
weight=PANGO_WEIGHT_BOLD | |
[Tag h4] | |
foreground=#4e9a06 | |
scale=1.15 | |
weight=PANGO_WEIGHT_BOLD | |
[Tag h5] | |
foreground=#4e9a06 | |
weight=PANGO_WEIGHT_BOLD | |
[Tag h6] | |
foreground=#4e9a06 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment