novelWriter 2.7.4__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 +207 -245
  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 +25 -13
  169. {novelwriter-2.7.4.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.4.dist-info/RECORD +0 -163
  192. {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/WHEEL +0 -0
  193. {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/entry_points.txt +0 -0
  194. {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/licenses/LICENSE.md +0 -0
  195. {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/licenses/setup/LICENSE-Apache-2.0.txt +0 -0
  196. {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,95 @@
1
+ [Main]
2
+ name = Sepia Light
3
+ mode = light
4
+ author = Myian
5
+
6
+ [Base]
7
+ base = #f1e7dc
8
+ default = #635048
9
+ faded = #a18375
10
+ red = #d17a6b
11
+ orange = #d1906b
12
+ yellow = #c49e58
13
+ green = #919e59
14
+ cyan = #71a392
15
+ blue = #718ea8
16
+ purple = #b8759e
17
+
18
+ [Project]
19
+ root = #86685b
20
+ folder = cyan
21
+ file = #86685b
22
+ title = red
23
+ chapter = yellow
24
+ scene = green
25
+ note = #b6a096
26
+ active = #86685b
27
+ inactive = red
28
+ disabled = #b6a096
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 = #e2d3c1
53
+ windowtext = default
54
+ base = base
55
+ alternatebase = #d8c4b2
56
+ text = default
57
+ tooltipbase = #e6dacd
58
+ tooltiptext = default
59
+ button = #f7efe6
60
+ buttontext = default
61
+ brighttext = base
62
+ highlight = #a57f66
63
+ highlightedtext = #f7efe6
64
+ link = #ac5828
65
+ linkvisited = #ac5828
66
+ accent = #a57f66
67
+
68
+ [GUI]
69
+ helptext = #836050
70
+ fadedtext = faded
71
+ errortext = red
72
+
73
+ [Syntax]
74
+ background = base
75
+ text = #74584c
76
+ line = #e6dacd
77
+ link = #458871
78
+ headertext = default
79
+ headertag = default:160
80
+ emphasis = #6e2920
81
+ whitespace = #6e292064
82
+ dialog = #ac5828
83
+ altdialog = #b44b4b
84
+ note = #6e8021
85
+ hidden = faded
86
+ shortcode = #a75688
87
+ keyword = #458871
88
+ tag = #6e8021
89
+ value = #af7f25
90
+ optional = #af7f25
91
+ spellcheckline = #ff5d5d
92
+ errorline = cyan
93
+ replacetag = #6e8021
94
+ modifier = #a75688
95
+ texthighlight = orange:96
@@ -1,48 +1,110 @@
1
1
  [Main]
2
- name = Snazzy Light
3
- author = Veronica Berglyd Olsen (adaptation)
4
- credit = Florian Reuschel (color theme)
5
- url = https://github.com/loilo/vscode-snazzy-light
6
- license = MIT License
7
- licenseurl = https://github.com/loilo/vscode-snazzy-light/blob/master/LICENSE
2
+ name = Snazzy Light
3
+ mode = light
4
+ author = Veronica Berglyd Olsen
5
+ credit = Florian Reuschel, Sindre Sorhus
6
+ url = https://github.com/loilo/vscode-snazzy-light
8
7
 
9
- [Icons]
10
- default = 86, 88, 105
11
- faded = 84, 85, 84
12
- red = 255, 92, 87
13
- orange = 245, 185, 0
14
- yellow = 207, 156, 0
15
- green = 45, 174, 88
16
- aqua = 19, 187, 183
17
- blue = 9, 161, 237
18
- purple = 247, 103, 187
8
+ ##
9
+ # Colours:
10
+ # Background = fafbfc : 250, 251, 252
11
+ # Foreground = 565869 : 86, 88, 105
12
+ # Comment = 9194a2 : 145, 148, 162
13
+ # Yellow = cf9c00 : 207, 156, 0
14
+ # Red = ff5c57 : 255, 92, 87
15
+ # Pink = f767bb : 247, 103, 187
16
+ # Blue = 09a1ed : 9, 161, 237
17
+ # Cyan = 13bbb7 : 19, 187, 183
18
+ # Green = 2dae58 : 45, 174, 88
19
+ ##
20
+
21
+ [Base]
22
+ base = #fafbfc
23
+ default = #565869
24
+ faded = #545554
25
+ red = #ff5c57
26
+ orange = #f5b900
27
+ yellow = #cf9c00
28
+ green = #2dae58
29
+ cyan = #13bbb7
30
+ blue = #09a1ed
31
+ purple = #f767bb
19
32
 
20
33
  [Project]
21
- root = 9, 161, 237
22
- folder = 207, 156, 0
23
- file = 84, 85, 84
24
- title = 45, 174, 88
25
- chapter = 255, 92, 87
26
- scene = 9, 161, 237
27
- note = 207, 156, 0
34
+ root = blue
35
+ folder = yellow
36
+ file = faded
37
+ title = green
38
+ chapter = red
39
+ scene = blue
40
+ note = yellow
41
+ active = green
42
+ inactive = red
43
+ disabled = faded
44
+
45
+ [Icon]
46
+ tool = default
47
+ sidebar = default
48
+ accept = green
49
+ reject = red
50
+ action = blue
51
+ altaction = orange
52
+ apply = green
53
+ create = yellow
54
+ destroy = faded
55
+ reset = green
56
+ add = green
57
+ change = green
58
+ remove = red
59
+ shortcode = default
60
+ markdown = orange
61
+ systemio = yellow
62
+ info = blue
63
+ warning = orange
64
+ error = red
28
65
 
29
66
  [Palette]
30
- window = 243, 244, 245
31
- windowtext = 86, 88, 105
32
- base = 250, 251, 252
33
- alternatebase = 234, 234, 235
34
- text = 86, 88, 105
35
- tooltipbase = 245, 233, 194
36
- tooltiptext = 86, 88, 105
37
- button = 250, 251, 252
38
- buttontext = 86, 88, 105
39
- brighttext = 255, 255, 255
40
- highlight = 9, 161, 237
41
- highlightedtext = 255, 255, 255
42
- link = 9, 161, 237
43
- linkvisited = 9, 161, 237
67
+ window = #f3f4f5
68
+ windowtext = default
69
+ base = base
70
+ alternatebase = #eaeaeb
71
+ text = default
72
+ tooltipbase = #f5e9c2
73
+ tooltiptext = default
74
+ button = base
75
+ buttontext = default
76
+ brighttext = base
77
+ highlight = blue
78
+ highlightedtext = #ffffff
79
+ link = blue
80
+ linkvisited = blue
81
+ accent = blue
44
82
 
45
83
  [GUI]
46
- helptext = 9, 161, 237
47
- fadedtext = 84, 85, 84
48
- errortext = 255, 92, 87
84
+ helptext = blue
85
+ fadedtext = faded
86
+ errortext = red
87
+
88
+ [Syntax]
89
+ background = base
90
+ text = default
91
+ line = default:32
92
+ link = blue
93
+ headertext = green
94
+ headertag = green:D125
95
+ emphasis = purple
96
+ whitespace = purple:64
97
+ dialog = blue
98
+ altdialog = yellow
99
+ note = cyan
100
+ hidden = purple:D150
101
+ shortcode = purple
102
+ keyword = blue
103
+ tag = green
104
+ value = yellow
105
+ optional = yellow
106
+ spellcheckline = red
107
+ errorline = green
108
+ replacetag = cyan
109
+ modifier = purple
110
+ texthighlight = yellow:96
@@ -1,48 +1,116 @@
1
1
  [Main]
2
- name = Solarized Dark
3
- author = nullbasis
4
- credit = Ethan Schoonover
5
- url = https://ethanschoonover.com/solarized/
6
- license = MIT
7
- licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
2
+ name = Solarized Dark
3
+ mode = dark
4
+ author = nullbasis and Veronica Berglyd Olsen
5
+ credit = Ethan Schoonover
6
+ url = https://ethanschoonover.com/solarized/
8
7
 
9
- [Icons]
10
- default = 230, 223, 206
11
- faded = 166, 161, 149
12
- red = 220, 50, 47
13
- orange = 203, 75, 22
14
- yellow = 181, 137, 0
15
- green = 133, 153, 0
16
- aqua = 42, 161, 152
17
- blue = 38, 139, 210
18
- purple = 211, 54, 130
8
+ ##
9
+ # base03: #002b36
10
+ # base02: #073642
11
+ # base01: #586e75
12
+ # base00: #657b83
13
+ # base0: #839496
14
+ # base1: #93a1a1
15
+ # base2: #eee8d5
16
+ # base3: #fdf6e3
17
+ # yellow: #b58900
18
+ # orange: #cb4b16
19
+ # red: #dc322f
20
+ # magenta: #d33682
21
+ # violet: #6c71c4
22
+ # blue: #268bd2
23
+ # cyan: #2aa198
24
+ # green: #859900
25
+ ##
26
+
27
+ [Base]
28
+ base = #002b36
29
+ default = #fdf6e3
30
+ faded = #eee8d5
31
+ red = #dc322f
32
+ orange = #cb4b16
33
+ yellow = #b58900
34
+ green = #859900
35
+ cyan = #2aa198
36
+ blue = #268bd2
37
+ purple = #6c71c4
19
38
 
20
39
  [Project]
21
- root = 42, 161, 152
22
- folder = 42, 161, 152
23
- file = 230, 223, 206
24
- title = 133, 153, 0
25
- chapter = 220, 50, 47
26
- scene = 38, 139, 210
27
- note = 181, 137, 0
40
+ root = cyan
41
+ folder = cyan
42
+ file = default
43
+ title = green
44
+ chapter = red
45
+ scene = blue
46
+ note = yellow
47
+ active = green
48
+ inactive = red
49
+ disabled = faded
50
+
51
+ [Icon]
52
+ tool = default
53
+ sidebar = default
54
+ accept = green
55
+ reject = red
56
+ action = blue
57
+ altaction = orange
58
+ apply = green
59
+ create = yellow
60
+ destroy = faded
61
+ reset = green
62
+ add = green
63
+ change = green
64
+ remove = red
65
+ shortcode = default
66
+ markdown = orange
67
+ systemio = yellow
68
+ info = blue
69
+ warning = orange
70
+ error = red
28
71
 
29
72
  [Palette]
30
- window = 0, 43, 54
31
- windowtext = 253, 246, 227
32
- base = 7, 54, 66
33
- alternatebase = 88, 110, 117
34
- text = 253, 246, 227
35
- tooltipbase = 133, 153, 0
36
- tooltiptext = 0, 43, 54
37
- button = 7, 54, 66
38
- buttontext = 253, 246, 227
39
- brighttext = 7, 54, 66
40
- highlight = 42, 161, 152
41
- highlightedtext = 0, 43, 54
42
- link = 38, 139, 210
43
- linkvisited = 38, 139, 210
73
+ window = #073642
74
+ windowtext = default
75
+ base = base
76
+ alternatebase = #586e75
77
+ text = default
78
+ tooltipbase = yellow:L150
79
+ tooltiptext = #002b36
80
+ button = base
81
+ buttontext = default
82
+ brighttext = base
83
+ highlight = cyan
84
+ highlightedtext = default
85
+ link = blue
86
+ linkvisited = blue
87
+ accent = cyan
44
88
 
45
89
  [GUI]
46
- helptext = 101, 123, 131
47
- fadedtext = 101, 123, 131
48
- errortext = 220, 50, 47
90
+ helptext = cyan
91
+ fadedtext = faded
92
+ errortext = red
93
+
94
+ [Syntax]
95
+ background = base
96
+ text = default
97
+ line = #073642
98
+ link = blue
99
+ headertext = blue
100
+ headertag = #657b83
101
+ emphasis = blue
102
+ whitespace = blue:64
103
+ dialog = cyan
104
+ altdialog = red
105
+ note = cyan:D125
106
+ hidden = default:L200
107
+ shortcode = blue
108
+ keyword = green
109
+ tag = yellow
110
+ value = orange
111
+ optional = cyan:D125
112
+ spellcheckline = red
113
+ errorline = red
114
+ replacetag = green
115
+ modifier = yellow
116
+ texthighlight = yellow:128
@@ -1,48 +1,116 @@
1
1
  [Main]
2
- name = Solarized Light
3
- author = nullbasis
4
- credit = Ethan Schoonover
5
- url = https://ethanschoonover.com/solarized/
6
- license = MIT
7
- licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
2
+ name = Solarized Light
3
+ mode = light
4
+ author = nullbasis and Veronica Berglyd Olsen
5
+ credit = Ethan Schoonover
6
+ url = https://ethanschoonover.com/solarized/
8
7
 
9
- [Icons]
10
- default = 59, 68, 71
11
- faded = 78, 91, 95
12
- red = 220, 50, 47
13
- orange = 203, 75, 22
14
- yellow = 181, 137, 0
15
- green = 133, 153, 0
16
- aqua = 42, 161, 152
17
- blue = 38, 139, 210
18
- purple = 211, 54, 130
8
+ ##
9
+ # base03: #002b36
10
+ # base02: #073642
11
+ # base01: #586e75
12
+ # base00: #657b83
13
+ # base0: #839496
14
+ # base1: #93a1a1
15
+ # base2: #eee8d5
16
+ # base3: #fdf6e3
17
+ # yellow: #b58900
18
+ # orange: #cb4b16
19
+ # red: #dc322f
20
+ # magenta: #d33682
21
+ # violet: #6c71c4
22
+ # blue: #268bd2
23
+ # cyan: #2aa198
24
+ # green: #859900
25
+ ##
26
+
27
+ [Base]
28
+ base = #fdf6e3
29
+ default = #002b36
30
+ faded = #073642
31
+ red = #dc322f
32
+ orange = #cb4b16
33
+ yellow = #b58900
34
+ green = #859900
35
+ cyan = #2aa198
36
+ blue = #268bd2
37
+ purple = #6c71c4
19
38
 
20
39
  [Project]
21
- root = 42, 161, 152
22
- folder = 42, 161, 152
23
- file = 59, 68, 71
24
- title = 133, 153, 0
25
- chapter = 220, 50, 47
26
- scene = 38, 139, 210
27
- note = 181, 137, 0
40
+ root = cyan
41
+ folder = cyan
42
+ file = default
43
+ title = green
44
+ chapter = red
45
+ scene = blue
46
+ note = yellow
47
+ active = green
48
+ inactive = red
49
+ disabled = faded
50
+
51
+ [Icon]
52
+ tool = default
53
+ sidebar = default
54
+ accept = green
55
+ reject = red
56
+ action = blue
57
+ altaction = orange
58
+ apply = green
59
+ create = yellow
60
+ destroy = faded
61
+ reset = green
62
+ add = green
63
+ change = green
64
+ remove = red
65
+ shortcode = default
66
+ markdown = orange
67
+ systemio = yellow
68
+ info = blue
69
+ warning = orange
70
+ error = red
28
71
 
29
72
  [Palette]
30
- window = 238, 232, 213
31
- windowtext = 0, 43, 54
32
- base = 253, 246, 227
33
- alternatebase = 147, 161, 161
34
- text = 0, 43, 54
35
- tooltipbase = 133, 153, 0
36
- tooltiptext = 0, 43, 54
37
- button = 238, 232, 213
38
- buttontext = 0, 43, 54
39
- brighttext = 253, 246, 227
40
- highlight = 42, 161, 152
41
- highlightedtext = 253, 246, 227
42
- link = 38, 139, 210
43
- linkvisited = 38, 139, 210
73
+ window = #eee8d5
74
+ windowtext = default
75
+ base = base
76
+ alternatebase = #93a1a1
77
+ text = default
78
+ tooltipbase = yellow:L150
79
+ tooltiptext = #002b36
80
+ button = base
81
+ buttontext = default
82
+ brighttext = base
83
+ highlight = cyan
84
+ highlightedtext = default
85
+ link = blue
86
+ linkvisited = blue
87
+ accent = cyan
44
88
 
45
89
  [GUI]
46
- helptext = 78, 91, 95
47
- fadedtext = 78, 91, 95
48
- errortext = 220, 50, 47
90
+ helptext = cyan
91
+ fadedtext = faded
92
+ errortext = red
93
+
94
+ [Syntax]
95
+ background = base
96
+ text = default
97
+ line = #eee8d5
98
+ link = blue
99
+ headertext = blue
100
+ headertag = #657b83
101
+ emphasis = blue
102
+ whitespace = blue:64
103
+ dialog = cyan
104
+ altdialog = red
105
+ note = cyan:D125
106
+ hidden = default:L200
107
+ shortcode = blue
108
+ keyword = green
109
+ tag = yellow
110
+ value = orange
111
+ optional = cyan:D125
112
+ spellcheckline = red
113
+ errorline = red
114
+ replacetag = green
115
+ modifier = yellow
116
+ texthighlight = yellow:128
@@ -0,0 +1,95 @@
1
+ [Main]
2
+ name = Sultana Light
3
+ mode = light
4
+ author = Myian
5
+
6
+ [Base]
7
+ base = #fff6f6
8
+ default = #494657
9
+ faded = #a89d98
10
+ red = #d3677e
11
+ orange = #d6805e
12
+ yellow = #cc9c49
13
+ green = #819c42
14
+ cyan = #5f9c88
15
+ blue = #6591b6
16
+ purple = #a279b9
17
+
18
+ [Project]
19
+ root = #5a5563
20
+ folder = orange
21
+ file = blue
22
+ title = red
23
+ chapter = yellow
24
+ scene = green
25
+ note = faded
26
+ active = #77606e
27
+ inactive = red
28
+ disabled = faded
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 = #f0e4e4
53
+ windowtext = default
54
+ base = base
55
+ alternatebase = #e4cccc
56
+ text = default
57
+ tooltipbase = #ffeac6
58
+ tooltiptext = default
59
+ button = #fcf3f3
60
+ buttontext = default
61
+ brighttext = base
62
+ highlight = #c57b85
63
+ highlightedtext = #f9f4fc
64
+ link = #5577bb
65
+ linkvisited = #5577bb
66
+ accent = #ad6978
67
+
68
+ [GUI]
69
+ helptext = default:192
70
+ fadedtext = faded
71
+ errortext = red
72
+
73
+ [Syntax]
74
+ background = base
75
+ text = #77606e
76
+ line = #f0e4e4
77
+ link = #5577bb
78
+ headertext = #66515e
79
+ headertag = #66515e80
80
+ emphasis = #5577bb
81
+ whitespace = #5577bb64
82
+ dialog = #c54a5f
83
+ altdialog = #4d968a
84
+ note = #699128
85
+ hidden = #aa9292
86
+ shortcode = #4d968a
87
+ keyword = #b89126
88
+ tag = #4d968a
89
+ value = #c77741
90
+ optional = #aa9292
91
+ spellcheckline = #ec5656
92
+ errorline = #42a789
93
+ replacetag = #ab69d1
94
+ modifier = #b89126
95
+ texthighlight = #b8788366