Blame view

style-blue.conf 1.04 KB
3fa08b0f7   William Daniau   Ajout d'un thème ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  # 
  # 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]
  underline=PANGO_UNDERLINE_SINGLE
  background=white
  
  [Tag strike]
  strikethrough=True
  foreground=grey
  
  [Tag code]
2623019d5   William Daniau   Amélioration de w...
27
  foreground=darkmagenta
3fa08b0f7   William Daniau   Ajout d'un thème ...
28
29
30
  family=monospace
  
  [Tag pre]
2623019d5   William Daniau   Amélioration de w...
31
  foreground=darkmagenta
3fa08b0f7   William Daniau   Ajout d'un thème ...
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
  family=monospace
  wrap-mode=GTK_WRAP_NONE
  indent=20
  
  [Tag link]
  foreground=#008ab8
  
  [Tag tag]
  foreground=#ce5c00
  
  [Tag h1]
  foreground=#437484
  underline=PANGO_UNDERLINE_SINGLE
  weight=PANGO_WEIGHT_BOLD
  scale=1.75
  
  [Tag h2]
  foreground=#437484
  weight=PANGO_WEIGHT_BOLD
  scale=1.52
  indent=20
  
  [Tag h3]
  foreground=#437484
  style=PANGO_STYLE_ITALIC
  weight=PANGO_WEIGHT_BOLD
  scale=1.32
  indent=40
  
  [Tag h4]
  foreground=#437484
  weight=PANGO_WEIGHT_BOLD
  scale=1.15
  indent=60
  
  [Tag h5]
  foreground=#437484
  weight=PANGO_WEIGHT_BOLD
  indent=80
  
  [Tag h6]
  foreground=#437484
  indent=100
  
  [Tag checked-checkbox]
  
  [Tag xchecked-checkbox]
  
  [Tag migrated-checkbox]