Blame view

style-template.conf 1.21 KB
2623019d5   William Daniau   Amélioration de w...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  # 
  # Regarder l'aide de zim section Config Files
  #
  [TextView]
  indent=30
  tabs=None
  font=
  justify=
  linespacing=3
  bullet_icon_size=GTK_ICON_SIZE_MENU
  
  [Tag strong]
  weight=PANGO_WEIGHT_BOLD
  
  [Tag emphasis]
  style=PANGO_STYLE_ITALIC
  
  [Tag mark]
a6614bd01   William Daniau   Changement de nom...
19
20
  underline=%%--main-u-decoration%%
  background=%%--main-u-background-color%%
2623019d5   William Daniau   Amélioration de w...
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
  
  [Tag strike]
  strikethrough=True
  foreground=%%--main-strike-color%%
  
  [Tag code]
  foreground=%%--main-tt-color%%
  family=monospace
  
  [Tag pre]
  foreground=%%--main-pre-color%%
  family=monospace
  wrap-mode=GTK_WRAP_NONE
  indent=20
  
  [Tag link]
  foreground=%%--main-link-color%%
  
  [Tag tag]
  foreground=#ce5c00
  
  [Tag h1]
  foreground=%%--main-header-color%%
  underline=PANGO_UNDERLINE_SINGLE
  weight=PANGO_WEIGHT_BOLD
  scale=1.75
  
  [Tag h2]
  foreground=%%--main-header-color%%
  weight=PANGO_WEIGHT_BOLD
  scale=1.52
  indent=20
  
  [Tag h3]
  foreground=%%--main-header-color%%
  style=PANGO_STYLE_ITALIC
  weight=PANGO_WEIGHT_BOLD
  scale=1.32
  indent=40
  
  [Tag h4]
  foreground=%%--main-header-color%%
  weight=PANGO_WEIGHT_BOLD
  scale=1.15
  indent=60
  
  [Tag h5]
  foreground=%%--main-header-color%%
  weight=PANGO_WEIGHT_BOLD
  indent=80
  
  [Tag h6]
  foreground=%%--main-header-color%%
  indent=100
  
  [Tag checked-checkbox]
  
  [Tag xchecked-checkbox]
  
  [Tag migrated-checkbox]