aboutsummaryrefslogtreecommitdiff
path: root/.config/zim
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-10-24 02:36:21 -0400
committertdro <tdro@users.noreply.github.com>2020-10-24 02:36:21 -0400
commit2f5721bc0e5c870b4728898760ab3457b66091c9 (patch)
tree9684477562e7ea4e4f5af1982d596d35c52b4201 /.config/zim
parent78a2d6f398e95022237556f666611ca7ab570b5b (diff)
downloaddotfiles-2f5721bc0e5c870b4728898760ab3457b66091c9.tar.gz
dotfiles-2f5721bc0e5c870b4728898760ab3457b66091c9.tar.bz2
dotfiles-2f5721bc0e5c870b4728898760ab3457b66091c9.zip
.config: Add zim
Diffstat (limited to '.config/zim')
-rw-r--r--.config/zim/preferences.conf74
-rw-r--r--.config/zim/style.conf66
2 files changed, 140 insertions, 0 deletions
diff --git a/.config/zim/preferences.conf b/.config/zim/preferences.conf
new file mode 100644
index 0000000..377cfd3
--- /dev/null
+++ b/.config/zim/preferences.conf
@@ -0,0 +1,74 @@
+[General]
+plugins=["insertsymbol","pageindex"]
+plugins_list_version=0.70
+
+[GtkInterface]
+tearoff_menus=False
+toggle_on_ctrlspace=False
+remove_links_on_delete=True
+always_use_last_cursor_pos=True
+gtk_bell=False
+toggle_on_altspace=False
+mouse_nav_button_back=8
+mouse_nav_button_forw=9
+autosave_timeout=10
+toolbar_style=text_only
+toolbar_size=tiny
+autosave_use_thread=True
+
+[PageView]
+follow_on_enter=True
+read_only_cursor=False
+autolink_camelcase=False
+autolink_files=True
+autoselect=True
+unindent_on_backspace=True
+cycle_checkbox_type=True
+recursive_indentlist=True
+recursive_checklist=False
+auto_reformat=False
+copy_format=Text
+file_templates_folder=~/Templates
+
+[CalendarPlugin]
+embedded=False
+pane=left_pane
+granularity=Day
+namespace=Journal
+auto_expand_in_index=True
+hide_if_empty=False
+
+[VersionControlPlugin]
+autosave=False
+autosave_at_interval=False
+autosave_interval=10
+
+[SpellPlugin]
+language=en
+
+[InsertSymbolPlugin]
+
+[PrintToBrowserPlugin]
+
+[PageIndexPlugin]
+pane=left_pane
+
+[PathBarPlugin]
+
+[JournalPlugin]
+embedded=False
+pane=left_pane
+granularity=Day
+namespace=Journal
+auto_expand_in_index=True
+hide_if_empty=False
+
+[DistractionFreePlugin]
+hide_menubar=True
+hide_toolbar=True
+hide_statusbar=True
+max_page_width=850
+vmargin=50
+basecolor=#babdb6
+textcolor=#2e3436
+
diff --git a/.config/zim/style.conf b/.config/zim/style.conf
new file mode 100644
index 0000000..75bf8bc
--- /dev/null
+++ b/.config/zim/style.conf
@@ -0,0 +1,66 @@
+[TextView]
+indent=30
+tabs=None
+font=Sans 9
+justify=
+linespacing=3
+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]
+strikethrough=True
+foreground=grey
+
+[Tag code]
+foreground=#2e3436
+family=monospace
+
+[Tag pre]
+foreground=#2e3436
+family=monospace
+wrap-mode=GTK_WRAP_NONE
+indent=20
+
+[Tag link]
+foreground=blue
+
+[Tag tag]
+foreground=#ce5c00
+
+[Tag h1]
+foreground=#4e9a06
+underline=PANGO_UNDERLINE_SINGLE
+weight=PANGO_WEIGHT_BOLD
+scale=1.75
+
+[Tag h2]
+foreground=#4e9a06
+weight=PANGO_WEIGHT_BOLD
+scale=1.52
+
+[Tag h3]
+foreground=#4e9a06
+style=PANGO_STYLE_ITALIC
+weight=PANGO_WEIGHT_BOLD
+scale=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
+