1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-03-29 10:20:09 +01:00

added zim config

This commit is contained in:
eoli3n 2021-02-07 12:14:06 +01:00
parent e878853a00
commit 1500dbc7fc
3 changed files with 80 additions and 0 deletions

View File

@ -42,3 +42,6 @@
- role: imv
tags: imv
when: ansible_user_id != 'root'
- role: zim
tags: zim
when: ansible_user_id != 'root'

5
roles/zim/tasks/main.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: template zim config file
template:
src: style.conf.j2
dest: ~/.config/zim/style.conf

View File

@ -0,0 +1,72 @@
[TextView]
indent=30
tabs=None
font=JetBrains Mono 11
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={{ color3 }}
[Tag strike]
strikethrough=True
foreground=grey
[Tag code]
foreground=lightgrey
family=monospace
[Tag pre]
foreground=lightgrey
family=monospace
wrap-mode=GTK_WRAP_NONE
indent=20
[Tag link]
foreground={{ color6 }}
[Tag tag]
foreground=#ce5c00
[Tag h1]
foreground={{ color2 }}
underline=PANGO_UNDERLINE_SINGLE
weight=PANGO_WEIGHT_BOLD
scale=1.75
[Tag h2]
foreground={{ color2 }}
weight=PANGO_WEIGHT_BOLD
scale=1.52
[Tag h3]
foreground={{ color2 }}
style=PANGO_STYLE_ITALIC
weight=PANGO_WEIGHT_BOLD
scale=1.32
[Tag h4]
foreground={{ color2 }}
weight=PANGO_WEIGHT_BOLD
scale=1.15
[Tag h5]
foreground={{ color2 }}
weight=PANGO_WEIGHT_BOLD
[Tag h6]
foreground={{ color2 }}
[Tag checked-checkbox]
[Tag xchecked-checkbox]
[Tag migrated-checkbox]