From 1a475d214a9ab53fc7fde309f9bdb6cd94d5fed6 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 1 Nov 2020 01:14:05 -0600 Subject: [PATCH] Zim: Configure styling --- .config/zim/style.conf | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 .config/zim/style.conf diff --git a/.config/zim/style.conf b/.config/zim/style.conf new file mode 100644 index 00000000..aaa9f7f5 --- /dev/null +++ b/.config/zim/style.conf @@ -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