novelWriter 2.7.5__py3-none-any.whl → 2.8b1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. novelwriter/__init__.py +8 -7
  2. novelwriter/assets/icons/font_awesome.icons +22 -4
  3. novelwriter/assets/icons/material_filled_normal.icons +20 -2
  4. novelwriter/assets/icons/material_filled_thin.icons +20 -2
  5. novelwriter/assets/icons/material_rounded_normal.icons +20 -2
  6. novelwriter/assets/icons/material_rounded_thin.icons +20 -2
  7. novelwriter/assets/icons/material_sharp_normal.icons +20 -2
  8. novelwriter/assets/icons/material_sharp_thin.icons +20 -2
  9. novelwriter/assets/icons/remix_filled.icons +20 -2
  10. novelwriter/assets/icons/remix_outline.icons +20 -2
  11. novelwriter/assets/images/welcome.webp +0 -0
  12. novelwriter/assets/manual.pdf +0 -0
  13. novelwriter/assets/manual_fr.pdf +0 -0
  14. novelwriter/assets/sample.zip +0 -0
  15. novelwriter/assets/text/credits_en.htm +61 -11
  16. novelwriter/assets/themes/aura.conf +97 -0
  17. novelwriter/assets/themes/aura_bright.conf +95 -0
  18. novelwriter/assets/themes/aura_soft.conf +97 -0
  19. novelwriter/assets/themes/b2t_garden_dark.conf +97 -0
  20. novelwriter/assets/themes/b2t_garden_light.conf +97 -0
  21. novelwriter/assets/themes/b2t_suburb_dark.conf +97 -0
  22. novelwriter/assets/themes/b2t_suburb_light.conf +97 -0
  23. novelwriter/assets/themes/b4t_classic_o_dark.conf +97 -0
  24. novelwriter/assets/themes/b4t_classic_o_light.conf +97 -0
  25. novelwriter/assets/themes/b4t_modern_c_dark.conf +97 -0
  26. novelwriter/assets/themes/b4t_modern_c_light.conf +97 -0
  27. novelwriter/assets/themes/blue_streak_dark.conf +97 -0
  28. novelwriter/assets/themes/blue_streak_light.conf +97 -0
  29. novelwriter/assets/themes/castle_day.conf +95 -0
  30. novelwriter/assets/themes/castle_night.conf +95 -0
  31. novelwriter/assets/themes/catppuccin_latte.conf +97 -0
  32. novelwriter/assets/themes/catppuccin_mocha.conf +97 -0
  33. novelwriter/assets/themes/chalky_soil.conf +95 -0
  34. novelwriter/assets/themes/chernozem.conf +95 -0
  35. novelwriter/assets/themes/cyberpunk_night.conf +88 -40
  36. novelwriter/assets/themes/default_dark.conf +89 -41
  37. novelwriter/assets/themes/default_light.conf +89 -41
  38. novelwriter/assets/themes/dracula.conf +91 -42
  39. novelwriter/assets/themes/espresso.conf +97 -0
  40. novelwriter/assets/themes/everforest_dark.conf +97 -0
  41. novelwriter/assets/themes/everforest_light.conf +97 -0
  42. novelwriter/assets/themes/floral_daydream.conf +95 -0
  43. novelwriter/assets/themes/floral_midnight.conf +95 -0
  44. novelwriter/assets/themes/full_moon.conf +95 -0
  45. novelwriter/assets/themes/grey_dark.conf +97 -0
  46. novelwriter/assets/themes/grey_light.conf +97 -0
  47. novelwriter/assets/themes/horizon_dark.conf +97 -0
  48. novelwriter/assets/themes/horizon_light.conf +97 -0
  49. novelwriter/assets/themes/jewel_case_dark.conf +95 -0
  50. novelwriter/assets/themes/jewel_case_light.conf +95 -0
  51. novelwriter/assets/themes/lcars.conf +97 -0
  52. novelwriter/assets/themes/light_owl.conf +117 -0
  53. novelwriter/assets/themes/new_moon.conf +97 -0
  54. novelwriter/assets/themes/night_owl.conf +117 -0
  55. novelwriter/assets/themes/noctis.conf +129 -0
  56. novelwriter/assets/themes/noctis_lux.conf +129 -0
  57. novelwriter/assets/themes/nord.conf +97 -0
  58. novelwriter/assets/themes/nordlicht.conf +95 -0
  59. novelwriter/assets/themes/otium_dark.conf +95 -0
  60. novelwriter/assets/themes/otium_light.conf +95 -0
  61. novelwriter/assets/themes/paragon.conf +96 -0
  62. novelwriter/assets/themes/primer_light.conf +97 -0
  63. novelwriter/assets/themes/primer_night.conf +97 -0
  64. novelwriter/assets/themes/rose_pine.conf +97 -0
  65. novelwriter/assets/themes/rose_pine_dawn.conf +97 -0
  66. novelwriter/assets/themes/ruby_day.conf +95 -0
  67. novelwriter/assets/themes/ruby_night.conf +95 -0
  68. novelwriter/assets/themes/selenium_dark.conf +95 -0
  69. novelwriter/assets/themes/selenium_light.conf +95 -0
  70. novelwriter/assets/themes/sepia_dark.conf +95 -0
  71. novelwriter/assets/themes/sepia_light.conf +95 -0
  72. novelwriter/assets/themes/snazzy.conf +102 -40
  73. novelwriter/assets/themes/solarized_dark.conf +108 -40
  74. novelwriter/assets/themes/solarized_light.conf +108 -40
  75. novelwriter/assets/themes/sultana_light.conf +95 -0
  76. novelwriter/assets/themes/sultana_night.conf +95 -0
  77. novelwriter/assets/themes/tango_dark.conf +111 -0
  78. novelwriter/assets/themes/tango_light.conf +111 -0
  79. novelwriter/assets/themes/tomorrow.conf +117 -0
  80. novelwriter/assets/themes/tomorrow_night.conf +117 -0
  81. novelwriter/assets/themes/tomorrow_night_blue.conf +117 -0
  82. novelwriter/assets/themes/tomorrow_night_bright.conf +117 -0
  83. novelwriter/assets/themes/tomorrow_night_eighties.conf +117 -0
  84. novelwriter/assets/themes/vivid_black_green.conf +97 -0
  85. novelwriter/assets/themes/vivid_black_red.conf +97 -0
  86. novelwriter/assets/themes/vivid_white_green.conf +97 -0
  87. novelwriter/assets/themes/vivid_white_red.conf +97 -0
  88. novelwriter/assets/themes/warpgate.conf +96 -0
  89. novelwriter/assets/themes/waterlily_dark.conf +95 -0
  90. novelwriter/assets/themes/waterlily_light.conf +95 -0
  91. novelwriter/common.py +47 -17
  92. novelwriter/config.py +57 -62
  93. novelwriter/constants.py +32 -6
  94. novelwriter/core/buildsettings.py +3 -23
  95. novelwriter/core/coretools.py +21 -25
  96. novelwriter/core/docbuild.py +4 -9
  97. novelwriter/core/document.py +2 -6
  98. novelwriter/core/index.py +33 -53
  99. novelwriter/core/indexdata.py +17 -22
  100. novelwriter/core/item.py +11 -35
  101. novelwriter/core/itemmodel.py +5 -21
  102. novelwriter/core/novelmodel.py +3 -7
  103. novelwriter/core/options.py +3 -4
  104. novelwriter/core/project.py +31 -21
  105. novelwriter/core/projectdata.py +2 -21
  106. novelwriter/core/projectxml.py +13 -21
  107. novelwriter/core/sessions.py +2 -4
  108. novelwriter/core/spellcheck.py +12 -13
  109. novelwriter/core/status.py +27 -20
  110. novelwriter/core/storage.py +5 -10
  111. novelwriter/core/tree.py +6 -15
  112. novelwriter/dialogs/about.py +9 -10
  113. novelwriter/dialogs/docmerge.py +17 -14
  114. novelwriter/dialogs/docsplit.py +18 -14
  115. novelwriter/dialogs/editlabel.py +15 -9
  116. novelwriter/dialogs/preferences.py +69 -68
  117. novelwriter/dialogs/projectsettings.py +88 -67
  118. novelwriter/dialogs/quotes.py +15 -10
  119. novelwriter/dialogs/wordlist.py +18 -21
  120. novelwriter/enum.py +75 -30
  121. novelwriter/error.py +6 -11
  122. novelwriter/extensions/configlayout.py +8 -34
  123. novelwriter/extensions/eventfilters.py +3 -3
  124. novelwriter/extensions/modified.py +87 -32
  125. novelwriter/extensions/novelselector.py +13 -12
  126. novelwriter/extensions/pagedsidebar.py +10 -18
  127. novelwriter/extensions/progressbars.py +5 -11
  128. novelwriter/extensions/statusled.py +3 -6
  129. novelwriter/extensions/switch.py +8 -11
  130. novelwriter/extensions/switchbox.py +2 -11
  131. novelwriter/extensions/versioninfo.py +6 -7
  132. novelwriter/formats/shared.py +10 -2
  133. novelwriter/formats/todocx.py +15 -37
  134. novelwriter/formats/tohtml.py +52 -61
  135. novelwriter/formats/tokenizer.py +33 -64
  136. novelwriter/formats/tomarkdown.py +4 -11
  137. novelwriter/formats/toodt.py +12 -71
  138. novelwriter/formats/toqdoc.py +11 -21
  139. novelwriter/formats/toraw.py +2 -6
  140. novelwriter/gui/doceditor.py +160 -225
  141. novelwriter/gui/dochighlight.py +142 -101
  142. novelwriter/gui/docviewer.py +53 -84
  143. novelwriter/gui/docviewerpanel.py +18 -41
  144. novelwriter/gui/editordocument.py +12 -17
  145. novelwriter/gui/itemdetails.py +5 -14
  146. novelwriter/gui/mainmenu.py +24 -32
  147. novelwriter/gui/noveltree.py +13 -51
  148. novelwriter/gui/outline.py +20 -61
  149. novelwriter/gui/projtree.py +40 -96
  150. novelwriter/gui/search.py +9 -24
  151. novelwriter/gui/sidebar.py +54 -22
  152. novelwriter/gui/statusbar.py +7 -22
  153. novelwriter/gui/theme.py +482 -368
  154. novelwriter/guimain.py +87 -101
  155. novelwriter/shared.py +79 -48
  156. novelwriter/splash.py +9 -5
  157. novelwriter/text/comments.py +1 -1
  158. novelwriter/text/counting.py +9 -5
  159. novelwriter/text/patterns.py +20 -15
  160. novelwriter/tools/dictionaries.py +18 -16
  161. novelwriter/tools/lipsum.py +15 -17
  162. novelwriter/tools/manusbuild.py +25 -45
  163. novelwriter/tools/manuscript.py +94 -95
  164. novelwriter/tools/manussettings.py +149 -104
  165. novelwriter/tools/noveldetails.py +10 -24
  166. novelwriter/tools/welcome.py +24 -72
  167. novelwriter/tools/writingstats.py +17 -26
  168. novelwriter/types.py +23 -13
  169. {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/METADATA +7 -7
  170. novelwriter-2.8b1.dist-info/RECORD +212 -0
  171. novelwriter/assets/images/welcome-dark.jpg +0 -0
  172. novelwriter/assets/images/welcome-light.jpg +0 -0
  173. novelwriter/assets/syntax/cyberpunk_night.conf +0 -28
  174. novelwriter/assets/syntax/default_dark.conf +0 -42
  175. novelwriter/assets/syntax/default_light.conf +0 -42
  176. novelwriter/assets/syntax/dracula.conf +0 -44
  177. novelwriter/assets/syntax/grey_dark.conf +0 -29
  178. novelwriter/assets/syntax/grey_light.conf +0 -29
  179. novelwriter/assets/syntax/light_owl.conf +0 -49
  180. novelwriter/assets/syntax/night_owl.conf +0 -49
  181. novelwriter/assets/syntax/snazzy.conf +0 -42
  182. novelwriter/assets/syntax/solarized_dark.conf +0 -29
  183. novelwriter/assets/syntax/solarized_light.conf +0 -29
  184. novelwriter/assets/syntax/tango.conf +0 -39
  185. novelwriter/assets/syntax/tomorrow.conf +0 -49
  186. novelwriter/assets/syntax/tomorrow_night.conf +0 -49
  187. novelwriter/assets/syntax/tomorrow_night_blue.conf +0 -49
  188. novelwriter/assets/syntax/tomorrow_night_bright.conf +0 -49
  189. novelwriter/assets/syntax/tomorrow_night_eighties.conf +0 -49
  190. novelwriter/assets/themes/default.conf +0 -3
  191. novelwriter-2.7.5.dist-info/RECORD +0 -163
  192. {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/WHEEL +0 -0
  193. {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/entry_points.txt +0 -0
  194. {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/licenses/LICENSE.md +0 -0
  195. {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/licenses/setup/LICENSE-Apache-2.0.txt +0 -0
  196. {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,97 @@
1
+ [Main]
2
+ name = Catppuccin Mocha
3
+ mode = dark
4
+ author = Myian
5
+ credit = Catppuccin Org
6
+ url = https://catppuccin.com/
7
+
8
+ [Base]
9
+ base = #181825
10
+ default = #cdd6f4
11
+ faded = #7f849c
12
+ red = #f38ba8
13
+ orange = #fab387
14
+ yellow = #f9e2af
15
+ green = #a6e3a1
16
+ cyan = #89dceb
17
+ blue = #89b4fa
18
+ purple = #cba6f7
19
+
20
+ [Project]
21
+ root = default
22
+ folder = #eba0ac
23
+ file = default
24
+ title = purple
25
+ chapter = blue
26
+ scene = cyan
27
+ note = yellow
28
+ active = green
29
+ inactive = red
30
+ disabled = faded
31
+
32
+ [Icon]
33
+ tool = default
34
+ sidebar = default
35
+ accept = green
36
+ reject = red
37
+ action = blue
38
+ altaction = orange
39
+ apply = green
40
+ create = yellow
41
+ destroy = faded
42
+ reset = green
43
+ add = green
44
+ change = green
45
+ remove = red
46
+ shortcode = default
47
+ markdown = orange
48
+ systemio = yellow
49
+ info = blue
50
+ warning = orange
51
+ error = red
52
+
53
+ [Palette]
54
+ window = #11111b
55
+ windowtext = default
56
+ base = base
57
+ alternatebase = #45475a
58
+ text = default
59
+ tooltipbase = #eadbfc
60
+ tooltiptext = base
61
+ button = #1e1e2e
62
+ buttontext = default
63
+ brighttext = base
64
+ highlight = purple
65
+ highlightedtext = base
66
+ link = blue
67
+ linkvisited = lavender
68
+ accent = purple
69
+
70
+ [GUI]
71
+ helptext = #9399b2
72
+ fadedtext = faded
73
+ errortext = red
74
+
75
+ [Syntax]
76
+ background = #1e1e2e
77
+ text = default
78
+ line = #9399b233
79
+ link = blue
80
+ headertext = #b4befe
81
+ headertag = #b4befe80
82
+ emphasis = blue
83
+ whitespace = blue:100
84
+ dialog = purple
85
+ altdialog = #f5c2e7
86
+ note = green
87
+ hidden = faded
88
+ shortcode = cyan
89
+ keyword = #eba0ac
90
+ tag = yellow
91
+ value = yellow
92
+ optional = faded
93
+ spellcheckline = red
94
+ errorline = green
95
+ replacetag = #eba0ac
96
+ modifier = cyan
97
+ texthighlight = purple:72
@@ -0,0 +1,95 @@
1
+ [Main]
2
+ name = Chalky Soil
3
+ mode = light
4
+ author = Myian
5
+
6
+ [Base]
7
+ base = #f0f0f0
8
+ default = #494949
9
+ faded = #8a8a8a
10
+ red = #c45e6c
11
+ orange = #c9700b
12
+ yellow = #c09227
13
+ green = #5f8f5a
14
+ cyan = #3f9b96
15
+ blue = #417db6
16
+ purple = #975ea8
17
+
18
+ [Project]
19
+ root = default
20
+ folder = green
21
+ file = faded:D105
22
+ title = red
23
+ chapter = orange
24
+ scene = yellow
25
+ note = #6293c2
26
+ active = green
27
+ inactive = faded
28
+ disabled = faded:L135
29
+
30
+ [Icon]
31
+ tool = default
32
+ sidebar = default
33
+ accept = green
34
+ reject = red
35
+ action = blue
36
+ altaction = orange
37
+ apply = green
38
+ create = yellow
39
+ destroy = faded
40
+ reset = green
41
+ add = green
42
+ change = green
43
+ remove = red
44
+ shortcode = default
45
+ markdown = orange
46
+ systemio = yellow
47
+ info = blue
48
+ warning = orange
49
+ error = red
50
+
51
+ [Palette]
52
+ window = base:D108
53
+ windowtext = default
54
+ base = base
55
+ alternatebase = base:D115
56
+ text = default
57
+ tooltipbase = #f1dcab
58
+ tooltiptext = default
59
+ button = base:D110
60
+ buttontext = default
61
+ brighttext = base
62
+ highlight = green
63
+ highlightedtext = base
64
+ link = blue
65
+ linkvisited = blue
66
+ accent = green
67
+
68
+ [GUI]
69
+ helptext = default:L140
70
+ fadedtext = faded
71
+ errortext = red
72
+
73
+ [Syntax]
74
+ background = base
75
+ text = default
76
+ line = faded:48
77
+ link = blue
78
+ headertext = red
79
+ headertag = red:128
80
+ emphasis = #488843
81
+ whitespace = #48884364
82
+ dialog = #b95a00
83
+ altdialog = #b18010
84
+ note = faded
85
+ hidden = faded
86
+ shortcode = blue
87
+ keyword = blue
88
+ tag = #276096
89
+ value = #276096
90
+ optional = faded
91
+ spellcheckline = #f0344d
92
+ errorline = cyan
93
+ replacetag = purple
94
+ modifier = blue
95
+ texthighlight = green:80
@@ -0,0 +1,95 @@
1
+ [Main]
2
+ name = Chernozem
3
+ mode = dark
4
+ author = Myian
5
+
6
+ [Base]
7
+ base = #2c2525
8
+ default = #dad0ca
9
+ faded = #857972
10
+ red = #e06c6c
11
+ orange = #ec935f
12
+ yellow = #e5cc91
13
+ green = #6e9e6a
14
+ cyan = #72b69f
15
+ blue = #7c9fbd
16
+ purple = #c899d6
17
+
18
+ [Project]
19
+ root = default
20
+ folder = green
21
+ file = default
22
+ title = red
23
+ chapter = orange
24
+ scene = yellow
25
+ note = blue
26
+ active = green
27
+ inactive = faded
28
+ disabled = #504742
29
+
30
+ [Icon]
31
+ tool = default
32
+ sidebar = default
33
+ accept = green
34
+ reject = red
35
+ action = blue
36
+ altaction = orange
37
+ apply = green
38
+ create = yellow
39
+ destroy = faded
40
+ reset = green
41
+ add = green
42
+ change = green
43
+ remove = red
44
+ shortcode = default
45
+ markdown = orange
46
+ systemio = yellow
47
+ info = blue
48
+ warning = orange
49
+ error = red
50
+
51
+ [Palette]
52
+ window = #241d1d
53
+ windowtext = default
54
+ base = base
55
+ alternatebase = faded:80
56
+ text = default
57
+ tooltipbase = yellow
58
+ tooltiptext = base
59
+ button = #362c2b
60
+ buttontext = default
61
+ brighttext = base
62
+ highlight = #6ca167
63
+ highlightedtext = #241d1d
64
+ link = blue
65
+ linkvisited = blue
66
+ accent = #5a8d55
67
+
68
+ [GUI]
69
+ helptext = #a39891
70
+ fadedtext = faded
71
+ errortext = red
72
+
73
+ [Syntax]
74
+ background = base
75
+ text = default
76
+ line = faded:48
77
+ link = blue
78
+ headertext = red
79
+ headertag = red:128
80
+ emphasis = #85c47f
81
+ whitespace = #85c47f64
82
+ dialog = orange
83
+ altdialog = yellow
84
+ note = faded
85
+ hidden = faded
86
+ shortcode = blue
87
+ keyword = blue
88
+ tag = #a1c4e4
89
+ value = #a1c4e4
90
+ optional = faded
91
+ spellcheckline = #ff5555
92
+ errorline = cyan
93
+ replacetag = purple
94
+ modifier = blue
95
+ texthighlight = green:80
@@ -1,48 +1,96 @@
1
1
  [Main]
2
- name = Cyberpunk Night
3
- description = A taste of the future 80s
4
- author = Anders Lemvigh
5
- url = https://github.com/alemvigh
6
- license = CC BY-SA 4.0
7
- licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
2
+ name = Cyberpunk Night
3
+ mode = dark
4
+ author = Anders Lemvigh
5
+ url = https://github.com/alemvigh
8
6
 
9
- [Icons]
10
- default = 136, 136, 136
11
- faded = 97, 97, 97
12
- red = 242, 72, 23
13
- orange = 255, 150, 10
14
- yellow = 255, 255, 0
15
- green = 0, 255, 0
16
- aqua = 0, 255, 255
17
- blue = 77, 77, 255
18
- purple = 50, 0, 180
7
+ [Base]
8
+ base = #000000
9
+ default = #888888
10
+ faded = #616161
11
+ red = #f24817
12
+ orange = #ff960a
13
+ yellow = #ffff00
14
+ green = #00ff00
15
+ cyan = #00ffff
16
+ blue = #4d4dff
17
+ purple = #320064
19
18
 
20
19
  [Project]
21
- root = 77, 77, 255
22
- folder = 255, 255, 0
23
- file = 136, 136, 136
24
- title = 0, 255, 0
25
- chapter = 242, 72, 23
26
- scene = 77, 77, 255
27
- note = 255, 255, 0
20
+ root = blue
21
+ folder = yellow
22
+ file = default
23
+ title = green
24
+ chapter = red
25
+ scene = blue
26
+ note = yellow
27
+ active = green
28
+ inactive = red
29
+ disabled = faded
30
+
31
+ [Icon]
32
+ tool = default
33
+ sidebar = default
34
+ accept = green
35
+ reject = red
36
+ action = blue
37
+ altaction = orange
38
+ apply = green
39
+ create = yellow
40
+ destroy = faded
41
+ reset = green
42
+ add = green
43
+ change = green
44
+ remove = red
45
+ shortcode = default
46
+ markdown = orange
47
+ systemio = yellow
48
+ info = blue
49
+ warning = orange
50
+ error = red
28
51
 
29
52
  [Palette]
30
- window = 0, 0, 0
31
- windowtext = 150, 150, 150
32
- base = 0, 0, 0
33
- alternatebase = 40, 40, 40
34
- text = 150, 150, 150
35
- tooltipbase = 40, 20, 70
36
- tooltiptext = 255, 255, 255
37
- button = 5, 0, 10
38
- buttontext = 150, 150, 150
39
- brighttext = 255, 255, 255
40
- highlight = 50, 30, 80
41
- highlightedtext = 255, 255, 255
42
- link = 77, 77, 255
43
- linkvisited = 50, 0, 80
53
+ window = base
54
+ windowtext = #969696
55
+ base = base
56
+ alternatebase = #282828
57
+ text = #969696
58
+ tooltipbase = #281446
59
+ tooltiptext = #ffffff
60
+ button = #05000a
61
+ buttontext = #969696
62
+ brighttext = #ffffff
63
+ highlight = #321e50
64
+ highlightedtext = #ffffff
65
+ link = blue
66
+ linkvisited = #320050
67
+ accent = #321e50
44
68
 
45
69
  [GUI]
46
- helptext = 97, 97, 97
47
- fadedtext = 97, 97, 97
48
- errortext = 242, 72, 23
70
+ helptext = faded
71
+ fadedtext = faded
72
+ errortext = red
73
+
74
+ [Syntax]
75
+ background = base
76
+ text = #969696
77
+ line = #282828
78
+ link = blue
79
+ headertext = #ffffff
80
+ headertag = purple
81
+ emphasis = cyan
82
+ whitespace = cyan:64
83
+ dialog = green
84
+ altdialog = #008cff
85
+ note = #969696
86
+ hidden = #4d4d64
87
+ shortcode = yellow
88
+ keyword = #ff64ff
89
+ tag = orange
90
+ value = orange
91
+ spellcheckline = red
92
+ errorline = #bada04
93
+ replacetag = #0000b4
94
+ modifier = #908eb0
95
+ optional = #b4b4b4
96
+ texthighlight = #ffff8460
@@ -1,49 +1,97 @@
1
1
  [Main]
2
- name = Default Dark Theme
3
- description = The novelWriter standard dark theme
4
- author = Veronica Berglyd Olsen
5
- credit = Veronica Berglyd Olsen
6
- url = https://github.com/vkbo/novelWriter
7
- license = CC BY-SA 4.0
8
- licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
2
+ name = Default Dark Theme
3
+ mode = dark
4
+ author = Veronica Berglyd Olsen
5
+ credit = Veronica Berglyd Olsen
6
+ url = https://github.com/vkbo/novelWriter
9
7
 
10
- [Icons]
11
- default = 184, 184, 184
12
- faded = 148, 148, 148
13
- red = 242, 119, 122
14
- orange = 249, 145, 57
15
- yellow = 255, 204, 102
16
- green = 153, 204, 153
17
- aqua = 102, 204, 204
18
- blue = 102, 153, 204
19
- purple = 204, 153, 204
8
+ [Base]
9
+ base = #373737
10
+ default = #cccccc
11
+ faded = #949494
12
+ red = #ff6666
13
+ orange = #ff9966
14
+ yellow = #ffcc66
15
+ green = #99cc99
16
+ cyan = #66cccc
17
+ blue = #6699cc
18
+ purple = #cc99cc
20
19
 
21
20
  [Project]
22
- root = 102, 153, 204
23
- folder = 255, 204, 102
24
- file = 184, 184, 184
25
- title = 153, 204, 153
26
- chapter = 242, 119, 122
27
- scene = 102, 153, 204
28
- note = 255, 204, 102
21
+ root = blue
22
+ folder = yellow
23
+ file = default
24
+ title = green
25
+ chapter = red
26
+ scene = blue
27
+ note = yellow
28
+ active = green
29
+ inactive = red
30
+ disabled = faded
31
+
32
+ [Icon]
33
+ tool = default
34
+ sidebar = default
35
+ accept = green
36
+ reject = red
37
+ action = blue
38
+ altaction = orange
39
+ apply = green
40
+ create = yellow
41
+ destroy = faded
42
+ reset = green
43
+ add = green
44
+ change = green
45
+ remove = red
46
+ shortcode = default
47
+ markdown = orange
48
+ systemio = yellow
49
+ info = blue
50
+ warning = orange
51
+ error = red
29
52
 
30
53
  [Palette]
31
- window = 54, 54, 54
32
- windowtext = 204, 204, 204
33
- base = 62, 62, 62
34
- alternatebase = 78, 78, 78
35
- text = 204, 204, 204
36
- tooltipbase = 255, 255, 192
37
- tooltiptext = 21, 21, 13
38
- button = 62, 62, 62
39
- buttontext = 204, 204, 204
40
- brighttext = 62, 62, 62
41
- highlight = 44, 152, 247
42
- highlightedtext = 255, 255, 255
43
- link = 102, 153, 204
44
- linkvisited = 102, 153, 204
54
+ window = base:L125
55
+ windowtext = default
56
+ base = base
57
+ alternatebase = #4e4e4e
58
+ text = default
59
+ tooltipbase = #ffffc0
60
+ tooltiptext = #15150d
61
+ button = base
62
+ buttontext = default
63
+ brighttext = base
64
+ highlight = #2c98f7
65
+ highlightedtext = #ffffff
66
+ link = blue
67
+ linkvisited = blue
68
+ accent = #2c98f7
45
69
 
46
70
  [GUI]
47
- helptext = 164, 164, 164
48
- fadedtext = 148, 148, 148
49
- errortext = 255, 164, 164
71
+ helptext = #a4a4a4
72
+ fadedtext = faded
73
+ errortext = red
74
+
75
+ [Syntax]
76
+ background = base
77
+ text = default
78
+ line = default:32
79
+ link = blue
80
+ headertext = green
81
+ headertag = green:D150
82
+ emphasis = orange
83
+ whitespace = orange:64
84
+ dialog = blue
85
+ altdialog = red
86
+ note = yellow
87
+ hidden = faded
88
+ shortcode = blue
89
+ keyword = red
90
+ tag = green
91
+ value = green
92
+ optional = blue
93
+ spellcheckline = red
94
+ errorline = green
95
+ replacetag = green
96
+ modifier = blue
97
+ texthighlight = yellow:72
@@ -1,49 +1,97 @@
1
1
  [Main]
2
- name = Default Light Theme
3
- description = The novelWriter standard light theme
4
- author = Veronica Berglyd Olsen
5
- credit = Veronica Berglyd Olsen
6
- url = https://github.com/vkbo/novelWriter
7
- license = CC BY-SA 4.0
8
- licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
2
+ name = Default Light Theme
3
+ mode = light
4
+ author = Veronica Berglyd Olsen
5
+ credit = Veronica Berglyd Olsen
6
+ url = https://github.com/vkbo/novelWriter
9
7
 
10
- [Icons]
11
- default = 72, 72, 72
12
- faded = 108, 108, 108
13
- red = 240, 40, 41
14
- orange = 245, 135, 31
15
- yellow = 234, 183, 0
16
- green = 113, 140, 0
17
- aqua = 62, 153, 159
18
- blue = 66, 113, 174
19
- purple = 137, 89, 168
8
+ [Base]
9
+ base = #fcfcfc
10
+ default = #303030
11
+ faded = #6c6c6c
12
+ red = #a62a2d
13
+ orange = #b36829
14
+ yellow = #a39c34
15
+ green = #296629
16
+ cyan = #269999
17
+ blue = #3a70a6
18
+ purple = #b35ab3
20
19
 
21
20
  [Project]
22
- root = 66, 113, 174
23
- folder = 234, 183, 0
24
- file = 72, 72, 72
25
- title = 113, 140, 0
26
- chapter = 240, 40, 41
27
- scene = 66, 113, 174
28
- note = 234, 183, 0
21
+ root = blue
22
+ folder = yellow
23
+ file = default
24
+ title = green
25
+ chapter = red
26
+ scene = blue
27
+ note = yellow
28
+ active = green
29
+ inactive = red
30
+ disabled = faded
31
+
32
+ [Icon]
33
+ tool = default
34
+ sidebar = default
35
+ accept = green
36
+ reject = red
37
+ action = blue
38
+ altaction = orange
39
+ apply = green
40
+ create = yellow
41
+ destroy = faded
42
+ reset = green
43
+ add = green
44
+ change = green
45
+ remove = red
46
+ shortcode = default
47
+ markdown = orange
48
+ systemio = yellow
49
+ info = blue
50
+ warning = orange
51
+ error = red
29
52
 
30
53
  [Palette]
31
- window = 239, 239, 239
32
- windowtext = 0, 0, 0
33
- base = 255, 255, 255
34
- alternatebase = 224, 224, 224
35
- text = 0, 0, 0
36
- tooltipbase = 255, 255, 220
37
- tooltiptext = 0, 0, 0
38
- button = 239, 239, 239
39
- buttontext = 0, 0, 0
40
- brighttext = 255, 255, 255
41
- highlight = 48, 135, 198
42
- highlightedtext = 255, 255, 255
43
- link = 66, 113, 174
44
- linkvisited = 66, 113, 174
54
+ window = base:D105
55
+ windowtext = default
56
+ base = base
57
+ alternatebase = #e0e0e0
58
+ text = default
59
+ tooltipbase = #ffffc0
60
+ tooltiptext = #15150d
61
+ button = #efefef
62
+ buttontext = default
63
+ brighttext = base
64
+ highlight = #3087c6
65
+ highlightedtext = base
66
+ link = blue
67
+ linkvisited = blue
68
+ accent = #3087c6
45
69
 
46
70
  [GUI]
47
- helptext = 92, 92, 92
48
- fadedtext = 108, 108, 108
49
- errortext = 255, 92, 92
71
+ helptext = #5c5c5c
72
+ fadedtext = #6c6c6c
73
+ errortext = red
74
+
75
+ [Syntax]
76
+ background = base
77
+ text = default
78
+ line = default:32
79
+ link = blue
80
+ headertext = green
81
+ headertag = green:L135
82
+ emphasis = orange
83
+ whitespace = orange:64
84
+ dialog = blue
85
+ altdialog = red
86
+ note = yellow:D125
87
+ hidden = faded
88
+ shortcode = blue
89
+ keyword = red
90
+ tag = green
91
+ value = green
92
+ optional = blue
93
+ spellcheckline = red
94
+ errorline = green
95
+ replacetag = green
96
+ modifier = blue
97
+ texthighlight = yellow:72