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,97 @@
1
+ [Main]
2
+ name = Nord
3
+ mode = dark
4
+ author = Myian
5
+ credit = Sven Greb
6
+ url = https://github.com/nordtheme/nord
7
+
8
+ [Base]
9
+ base = #2e3440
10
+ default = #d8dee9
11
+ faded = #7b88a1
12
+ red = #bf616a
13
+ orange = #d08770
14
+ yellow = #ebcb8b
15
+ green = #a3be8c
16
+ cyan = #88c0d0
17
+ blue = #81a1c1
18
+ purple = #b48ead
19
+
20
+ [Project]
21
+ root = default
22
+ folder = yellow
23
+ file = default
24
+ title = purple
25
+ chapter = blue
26
+ scene = #8fbcbb
27
+ note = #696f7e
28
+ active = green
29
+ inactive = faded
30
+ disabled = #576279
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 = #242933
55
+ windowtext = default
56
+ base = base
57
+ alternatebase = #434c5e
58
+ text = default
59
+ tooltipbase = yellow
60
+ tooltiptext = base
61
+ button = #2e3440
62
+ buttontext = default
63
+ brighttext = base
64
+ highlight = cyan
65
+ highlightedtext = base
66
+ link = blue
67
+ linkvisited = blue
68
+ accent = cyan
69
+
70
+ [GUI]
71
+ helptext = blue
72
+ fadedtext = faded
73
+ errortext = red
74
+
75
+ [Syntax]
76
+ background = base
77
+ text = default
78
+ line = #3b4252
79
+ link = purple
80
+ headertext = cyan
81
+ headertag = cyan:128
82
+ emphasis = #8fbcbb
83
+ whitespace = #8fbcbb64
84
+ dialog = blue
85
+ altdialog = green
86
+ note = orange
87
+ hidden = faded
88
+ shortcode = orange
89
+ keyword = purple
90
+ tag = #8fbcbb
91
+ value = #8fbcbb
92
+ optional = faded
93
+ spellcheckline = #ff717f
94
+ errorline = #b2da8f
95
+ replacetag = orange
96
+ modifier = purple
97
+ texthighlight = cyan:64
@@ -0,0 +1,95 @@
1
+ [Main]
2
+ name = Nordlicht
3
+ mode = light
4
+ author = Myian
5
+
6
+ [Base]
7
+ base = #ffffff
8
+ default = #4c566a
9
+ faded = #7b88a1
10
+ red = #bf616a
11
+ orange = #c97c64
12
+ yellow = #daba7a
13
+ green = #7cac78
14
+ cyan = #6bacbe
15
+ blue = #6b8ab8
16
+ purple = #a36f9a
17
+
18
+ [Project]
19
+ root = default
20
+ folder = #d4b067
21
+ file = #6d7a96
22
+ title = purple
23
+ chapter = blue
24
+ scene = #68a593
25
+ note = #a5b3ca
26
+ active = green
27
+ inactive = faded
28
+ disabled = #b2c0d6
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 = #e5e9f0
53
+ windowtext = default
54
+ base = base
55
+ alternatebase = #d8dee9
56
+ text = default
57
+ tooltipbase = #fff0d3
58
+ tooltiptext = default
59
+ button = #e5e9f0
60
+ buttontext = default
61
+ brighttext = base
62
+ highlight = cyan
63
+ highlightedtext = base
64
+ link = blue
65
+ linkvisited = blue
66
+ accent = cyan
67
+
68
+ [GUI]
69
+ helptext = blue
70
+ fadedtext = faded
71
+ errortext = red
72
+
73
+ [Syntax]
74
+ background = base
75
+ text = default
76
+ line = #eceff4
77
+ link = purple
78
+ headertext = #559db1
79
+ headertag = #559db188
80
+ emphasis = #549b86
81
+ whitespace = #549b8664
82
+ dialog = #5579a5
83
+ altdialog = #619b5b
84
+ note = orange
85
+ hidden = faded
86
+ shortcode = orange
87
+ keyword = purple
88
+ tag = #549481
89
+ value = #549481
90
+ optional = faded
91
+ spellcheckline = #ff3b4f
92
+ errorline = #58aa51
93
+ replacetag = orange
94
+ modifier = #a16e98
95
+ texthighlight = cyan:64
@@ -0,0 +1,95 @@
1
+ [Main]
2
+ name = Otium Dark
3
+ mode = dark
4
+ author = Myian
5
+
6
+ [Base]
7
+ base = #23242b
8
+ default = #e9e7df
9
+ faded = #7f868f
10
+ red = #ff6e61
11
+ orange = #ff9d66
12
+ yellow = #ffcc6a
13
+ green = #70ad79
14
+ cyan = #4fb8a8
15
+ blue = #5e83b1
16
+ purple = #8479b4
17
+
18
+ [Project]
19
+ root = default
20
+ folder = red
21
+ file = default
22
+ title = yellow
23
+ chapter = green
24
+ scene = blue
25
+ note = faded
26
+ active = default
27
+ inactive = faded
28
+ disabled = #4e545e
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
53
+ windowtext = default
54
+ base = base
55
+ alternatebase = #3b3c47
56
+ text = default
57
+ tooltipbase = #b2cab6
58
+ tooltiptext = base
59
+ button = #262931
60
+ buttontext = default
61
+ brighttext = base
62
+ highlight = #698a6e
63
+ highlightedtext = #1b1c22
64
+ link = green
65
+ linkvisited = green
66
+ accent = #698a6e
67
+
68
+ [GUI]
69
+ helptext = #a0a3a8
70
+ fadedtext = faded
71
+ errortext = red
72
+
73
+ [Syntax]
74
+ background = #1b1c22
75
+ text = default
76
+ line = #2a2b35
77
+ link = #a6d0ed
78
+ headertext = yellow
79
+ headertag = yellow:128
80
+ emphasis = yellow
81
+ whitespace = yellow:64
82
+ dialog = green
83
+ altdialog = orange
84
+ note = #a6d0ed
85
+ hidden = faded
86
+ shortcode = blue
87
+ keyword = purple
88
+ tag = #c5a9d7
89
+ value = faded
90
+ spellcheckline = red
91
+ errorline = #a6d0ed
92
+ replacetag = purple
93
+ modifier = blue
94
+ optional = faded
95
+ texthighlight = #3b3c47
@@ -0,0 +1,95 @@
1
+ [Main]
2
+ name = Otium Light
3
+ mode = light
4
+ author = Myian
5
+
6
+ [Base]
7
+ base = #ebe9e4
8
+ default = #3b3d42
9
+ faded = #848691
10
+ red = #c56961
11
+ orange = #c98358
12
+ yellow = #be9447
13
+ green = #398144
14
+ cyan = #3c918a
15
+ blue = #567bac
16
+ purple = #7a65ac
17
+
18
+ [Project]
19
+ root = default
20
+ folder = red
21
+ file = default:L165
22
+ title = yellow
23
+ chapter = #53945f
24
+ scene = blue
25
+ note = faded:L110
26
+ active = default:L165
27
+ inactive = faded:L110
28
+ disabled = #adadad
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
53
+ windowtext = default
54
+ base = base
55
+ alternatebase = base:D115
56
+ text = default
57
+ tooltipbase = #cce0cf
58
+ tooltiptext = default
59
+ button = #f8f7f3
60
+ buttontext = default
61
+ brighttext = base
62
+ highlight = #6c9173
63
+ highlightedtext = #ffffff
64
+ link = green
65
+ linkvisited = green
66
+ accent = #6c9173
67
+
68
+ [GUI]
69
+ helptext = #57565e
70
+ fadedtext = faded
71
+ errortext = red
72
+
73
+ [Syntax]
74
+ background = #f8f7f3
75
+ text = default
76
+ line = #ebe9e4
77
+ link = blue
78
+ headertext = yellow
79
+ headertag = yellow:128
80
+ emphasis = #ad802a
81
+ whitespace = #ad802a64
82
+ dialog = green
83
+ altdialog = #c0652d
84
+ note = #668bbd
85
+ hidden = faded
86
+ shortcode = blue
87
+ keyword = purple
88
+ tag = #9e88b8
89
+ value = faded
90
+ spellcheckline = #e43a2b
91
+ errorline = blue
92
+ replacetag = #8c77b2
93
+ modifier = blue
94
+ optional = faded
95
+ texthighlight = base:D110
@@ -0,0 +1,96 @@
1
+ [Main]
2
+ name = Paragon
3
+ mode = dark
4
+ author = Myian
5
+ credit = Diablo III
6
+
7
+ [Base]
8
+ base = #161d25
9
+ default = #fdfdfd
10
+ faded = #727283
11
+ red = #ff4800
12
+ orange = #ff8000
13
+ yellow = #ffff00
14
+ green = #49e949
15
+ cyan = #6bd8bb
16
+ blue = #99bbff
17
+ purple = #ca5dee
18
+
19
+ [Project]
20
+ root = default
21
+ folder = #c7b377
22
+ file = default
23
+ title = orange
24
+ chapter = yellow
25
+ scene = #6869ff
26
+ note = cyan
27
+ active = green
28
+ inactive = faded
29
+ disabled = faded:D150
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
51
+
52
+ [Palette]
53
+ window = #10151b
54
+ windowtext = default
55
+ base = base
56
+ alternatebase = #394452
57
+ text = default
58
+ tooltipbase = cyan
59
+ tooltiptext = base
60
+ button = base
61
+ buttontext = default
62
+ brighttext = base
63
+ highlight = cyan:D120
64
+ highlightedtext = base
65
+ link = cyan
66
+ linkvisited = cyan
67
+ accent = cyan
68
+
69
+ [GUI]
70
+ helptext = #949baa
71
+ fadedtext = faded
72
+ errortext = red
73
+
74
+ [Syntax]
75
+ background = base
76
+ text = default
77
+ line = #272d3a
78
+ link = green
79
+ headertext = green
80
+ headertag = green:128
81
+ emphasis = blue
82
+ whitespace = blue:100
83
+ dialog = cyan
84
+ altdialog = green
85
+ note = #c7b377
86
+ hidden = faded
87
+ shortcode = orange
88
+ keyword = red
89
+ tag = #6869ff
90
+ value = #ffff64
91
+ optional = faded
92
+ spellcheckline = #ff0000
93
+ errorline = cyan
94
+ replacetag = purple
95
+ modifier = red
96
+ texthighlight = blue:84
@@ -0,0 +1,97 @@
1
+ [Main]
2
+ name = Primer Light
3
+ mode = light
4
+ author = Myian
5
+ credit = GitHub, Inc.
6
+ url = https://github.com/primer
7
+
8
+ [Base]
9
+ base = #ffffff
10
+ default = #1f2328
11
+ faded = #8c959f
12
+ red = #cf222e
13
+ orange = #e16f24
14
+ yellow = #d4a72c
15
+ green = #2da44e
16
+ cyan = #339d9b
17
+ blue = #0969da
18
+ purple = #8557db
19
+
20
+ [Project]
21
+ root = #32383f
22
+ folder = orange
23
+ file = #49bcb7
24
+ title = #116329
25
+ chapter = #2e934a
26
+ scene = #4ac26b
27
+ note = yellow
28
+ active = #24292f
29
+ inactive = faded
30
+ disabled = #afb8c1
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 = #eaeef2
55
+ windowtext = default
56
+ base = base
57
+ alternatebase = #dde3e8
58
+ text = default
59
+ tooltipbase = #fff8c5
60
+ tooltiptext = default
61
+ button = base
62
+ buttontext = default
63
+ brighttext = base
64
+ highlight = green
65
+ highlightedtext = base
66
+ link = blue
67
+ linkvisited = blue
68
+ accent = green
69
+
70
+ [GUI]
71
+ helptext = #424a53
72
+ fadedtext = #8c959f
73
+ errortext = red
74
+
75
+ [Syntax]
76
+ background = base
77
+ text = #424a53
78
+ line = #eaeef2
79
+ link = blue
80
+ headertext = default
81
+ headertag = #9ea7b0
82
+ emphasis = #1a7f37
83
+ whitespace = #1a7f3764
84
+ dialog = #0d1117
85
+ altdialog = cyan
86
+ note = #bf8700
87
+ hidden = #8c959f
88
+ shortcode = #e85aad
89
+ keyword = blue
90
+ tag = #218bff
91
+ value = orange
92
+ optional = #54aeff
93
+ spellcheckline = #fa4549
94
+ errorline = cyan
95
+ replacetag = purple
96
+ modifier = #bc4c00
97
+ texthighlight = #a7fbbe
@@ -0,0 +1,97 @@
1
+ [Main]
2
+ name = Primer Night
3
+ mode = dark
4
+ author = Myian
5
+ credit = GitHub, Inc.
6
+ url = https://github.com/primer
7
+
8
+ [Base]
9
+ base = #0d1117
10
+ default = #f0f6fc
11
+ faded = #6e7681
12
+ red = #ff7b72
13
+ orange = #ffa657
14
+ yellow = #f8e3a1
15
+ green = #56d364
16
+ cyan = #57CCC5
17
+ blue = #79c0ff
18
+ purple = #c398ff
19
+
20
+ [Project]
21
+ root = default
22
+ folder = orange
23
+ file = #8adfd7
24
+ title = #238636
25
+ chapter = #56d364
26
+ scene = #aff5b4
27
+ note = yellow
28
+ active = default
29
+ inactive = faded
30
+ disabled = #484f58
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 = #161b22
55
+ windowtext = default
56
+ base = base
57
+ alternatebase = #30363d
58
+ text = default
59
+ tooltipbase = yellow
60
+ tooltiptext = base
61
+ button = #21262d
62
+ buttontext = default
63
+ brighttext = base
64
+ highlight = #207c59
65
+ highlightedtext = default
66
+ link = blue
67
+ linkvisited = blue
68
+ accent = #207c59
69
+
70
+ [GUI]
71
+ helptext = #8b949e
72
+ fadedtext = #6e7681
73
+ errortext = #f85149
74
+
75
+ [Syntax]
76
+ background = base
77
+ text = #b1bac4
78
+ line = #21262d
79
+ link = blue
80
+ headertext = default
81
+ headertag = #b1bac4
82
+ emphasis = #7ee787
83
+ whitespace = #7ee78764
84
+ dialog = #ffffff
85
+ altdialog = #57ccc5
86
+ note = #f8e3a1
87
+ hidden = faded
88
+ shortcode = #ff9bce
89
+ keyword = #4493f8
90
+ tag = blue
91
+ value = #ffc680
92
+ optional = #a5d6ff
93
+ spellcheckline = #f85149
94
+ errorline = cyan
95
+ replacetag = purple
96
+ modifier = orange
97
+ texthighlight = #104C35