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.
- novelwriter/__init__.py +8 -7
 - novelwriter/assets/icons/font_awesome.icons +22 -4
 - novelwriter/assets/icons/material_filled_normal.icons +20 -2
 - novelwriter/assets/icons/material_filled_thin.icons +20 -2
 - novelwriter/assets/icons/material_rounded_normal.icons +20 -2
 - novelwriter/assets/icons/material_rounded_thin.icons +20 -2
 - novelwriter/assets/icons/material_sharp_normal.icons +20 -2
 - novelwriter/assets/icons/material_sharp_thin.icons +20 -2
 - novelwriter/assets/icons/remix_filled.icons +20 -2
 - novelwriter/assets/icons/remix_outline.icons +20 -2
 - novelwriter/assets/images/welcome.webp +0 -0
 - novelwriter/assets/manual.pdf +0 -0
 - novelwriter/assets/manual_fr.pdf +0 -0
 - novelwriter/assets/sample.zip +0 -0
 - novelwriter/assets/text/credits_en.htm +61 -11
 - novelwriter/assets/themes/aura.conf +97 -0
 - novelwriter/assets/themes/aura_bright.conf +95 -0
 - novelwriter/assets/themes/aura_soft.conf +97 -0
 - novelwriter/assets/themes/b2t_garden_dark.conf +97 -0
 - novelwriter/assets/themes/b2t_garden_light.conf +97 -0
 - novelwriter/assets/themes/b2t_suburb_dark.conf +97 -0
 - novelwriter/assets/themes/b2t_suburb_light.conf +97 -0
 - novelwriter/assets/themes/b4t_classic_o_dark.conf +97 -0
 - novelwriter/assets/themes/b4t_classic_o_light.conf +97 -0
 - novelwriter/assets/themes/b4t_modern_c_dark.conf +97 -0
 - novelwriter/assets/themes/b4t_modern_c_light.conf +97 -0
 - novelwriter/assets/themes/blue_streak_dark.conf +97 -0
 - novelwriter/assets/themes/blue_streak_light.conf +97 -0
 - novelwriter/assets/themes/castle_day.conf +95 -0
 - novelwriter/assets/themes/castle_night.conf +95 -0
 - novelwriter/assets/themes/catppuccin_latte.conf +97 -0
 - novelwriter/assets/themes/catppuccin_mocha.conf +97 -0
 - novelwriter/assets/themes/chalky_soil.conf +95 -0
 - novelwriter/assets/themes/chernozem.conf +95 -0
 - novelwriter/assets/themes/cyberpunk_night.conf +88 -40
 - novelwriter/assets/themes/default_dark.conf +89 -41
 - novelwriter/assets/themes/default_light.conf +89 -41
 - novelwriter/assets/themes/dracula.conf +91 -42
 - novelwriter/assets/themes/espresso.conf +97 -0
 - novelwriter/assets/themes/everforest_dark.conf +97 -0
 - novelwriter/assets/themes/everforest_light.conf +97 -0
 - novelwriter/assets/themes/floral_daydream.conf +95 -0
 - novelwriter/assets/themes/floral_midnight.conf +95 -0
 - novelwriter/assets/themes/full_moon.conf +95 -0
 - novelwriter/assets/themes/grey_dark.conf +97 -0
 - novelwriter/assets/themes/grey_light.conf +97 -0
 - novelwriter/assets/themes/horizon_dark.conf +97 -0
 - novelwriter/assets/themes/horizon_light.conf +97 -0
 - novelwriter/assets/themes/jewel_case_dark.conf +95 -0
 - novelwriter/assets/themes/jewel_case_light.conf +95 -0
 - novelwriter/assets/themes/lcars.conf +97 -0
 - novelwriter/assets/themes/light_owl.conf +117 -0
 - novelwriter/assets/themes/new_moon.conf +97 -0
 - novelwriter/assets/themes/night_owl.conf +117 -0
 - novelwriter/assets/themes/noctis.conf +129 -0
 - novelwriter/assets/themes/noctis_lux.conf +129 -0
 - novelwriter/assets/themes/nord.conf +97 -0
 - novelwriter/assets/themes/nordlicht.conf +95 -0
 - novelwriter/assets/themes/otium_dark.conf +95 -0
 - novelwriter/assets/themes/otium_light.conf +95 -0
 - novelwriter/assets/themes/paragon.conf +96 -0
 - novelwriter/assets/themes/primer_light.conf +97 -0
 - novelwriter/assets/themes/primer_night.conf +97 -0
 - novelwriter/assets/themes/rose_pine.conf +97 -0
 - novelwriter/assets/themes/rose_pine_dawn.conf +97 -0
 - novelwriter/assets/themes/ruby_day.conf +95 -0
 - novelwriter/assets/themes/ruby_night.conf +95 -0
 - novelwriter/assets/themes/selenium_dark.conf +95 -0
 - novelwriter/assets/themes/selenium_light.conf +95 -0
 - novelwriter/assets/themes/sepia_dark.conf +95 -0
 - novelwriter/assets/themes/sepia_light.conf +95 -0
 - novelwriter/assets/themes/snazzy.conf +102 -40
 - novelwriter/assets/themes/solarized_dark.conf +108 -40
 - novelwriter/assets/themes/solarized_light.conf +108 -40
 - novelwriter/assets/themes/sultana_light.conf +95 -0
 - novelwriter/assets/themes/sultana_night.conf +95 -0
 - novelwriter/assets/themes/tango_dark.conf +111 -0
 - novelwriter/assets/themes/tango_light.conf +111 -0
 - novelwriter/assets/themes/tomorrow.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night_blue.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night_bright.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night_eighties.conf +117 -0
 - novelwriter/assets/themes/vivid_black_green.conf +97 -0
 - novelwriter/assets/themes/vivid_black_red.conf +97 -0
 - novelwriter/assets/themes/vivid_white_green.conf +97 -0
 - novelwriter/assets/themes/vivid_white_red.conf +97 -0
 - novelwriter/assets/themes/warpgate.conf +96 -0
 - novelwriter/assets/themes/waterlily_dark.conf +95 -0
 - novelwriter/assets/themes/waterlily_light.conf +95 -0
 - novelwriter/common.py +47 -17
 - novelwriter/config.py +57 -62
 - novelwriter/constants.py +32 -6
 - novelwriter/core/buildsettings.py +3 -23
 - novelwriter/core/coretools.py +21 -25
 - novelwriter/core/docbuild.py +4 -9
 - novelwriter/core/document.py +2 -6
 - novelwriter/core/index.py +33 -53
 - novelwriter/core/indexdata.py +17 -22
 - novelwriter/core/item.py +11 -35
 - novelwriter/core/itemmodel.py +5 -21
 - novelwriter/core/novelmodel.py +3 -7
 - novelwriter/core/options.py +3 -4
 - novelwriter/core/project.py +31 -21
 - novelwriter/core/projectdata.py +2 -21
 - novelwriter/core/projectxml.py +13 -21
 - novelwriter/core/sessions.py +2 -4
 - novelwriter/core/spellcheck.py +12 -13
 - novelwriter/core/status.py +27 -20
 - novelwriter/core/storage.py +5 -10
 - novelwriter/core/tree.py +6 -15
 - novelwriter/dialogs/about.py +9 -10
 - novelwriter/dialogs/docmerge.py +17 -14
 - novelwriter/dialogs/docsplit.py +18 -14
 - novelwriter/dialogs/editlabel.py +15 -9
 - novelwriter/dialogs/preferences.py +69 -68
 - novelwriter/dialogs/projectsettings.py +88 -67
 - novelwriter/dialogs/quotes.py +15 -10
 - novelwriter/dialogs/wordlist.py +18 -21
 - novelwriter/enum.py +75 -30
 - novelwriter/error.py +6 -11
 - novelwriter/extensions/configlayout.py +8 -34
 - novelwriter/extensions/eventfilters.py +3 -3
 - novelwriter/extensions/modified.py +87 -32
 - novelwriter/extensions/novelselector.py +13 -12
 - novelwriter/extensions/pagedsidebar.py +10 -18
 - novelwriter/extensions/progressbars.py +5 -11
 - novelwriter/extensions/statusled.py +3 -6
 - novelwriter/extensions/switch.py +8 -11
 - novelwriter/extensions/switchbox.py +2 -11
 - novelwriter/extensions/versioninfo.py +6 -7
 - novelwriter/formats/shared.py +10 -2
 - novelwriter/formats/todocx.py +15 -37
 - novelwriter/formats/tohtml.py +52 -61
 - novelwriter/formats/tokenizer.py +33 -64
 - novelwriter/formats/tomarkdown.py +4 -11
 - novelwriter/formats/toodt.py +12 -71
 - novelwriter/formats/toqdoc.py +11 -21
 - novelwriter/formats/toraw.py +2 -6
 - novelwriter/gui/doceditor.py +160 -225
 - novelwriter/gui/dochighlight.py +142 -101
 - novelwriter/gui/docviewer.py +53 -84
 - novelwriter/gui/docviewerpanel.py +18 -41
 - novelwriter/gui/editordocument.py +12 -17
 - novelwriter/gui/itemdetails.py +5 -14
 - novelwriter/gui/mainmenu.py +24 -32
 - novelwriter/gui/noveltree.py +13 -51
 - novelwriter/gui/outline.py +20 -61
 - novelwriter/gui/projtree.py +40 -96
 - novelwriter/gui/search.py +9 -24
 - novelwriter/gui/sidebar.py +54 -22
 - novelwriter/gui/statusbar.py +7 -22
 - novelwriter/gui/theme.py +482 -368
 - novelwriter/guimain.py +87 -101
 - novelwriter/shared.py +79 -48
 - novelwriter/splash.py +9 -5
 - novelwriter/text/comments.py +1 -1
 - novelwriter/text/counting.py +9 -5
 - novelwriter/text/patterns.py +20 -15
 - novelwriter/tools/dictionaries.py +18 -16
 - novelwriter/tools/lipsum.py +15 -17
 - novelwriter/tools/manusbuild.py +25 -45
 - novelwriter/tools/manuscript.py +94 -95
 - novelwriter/tools/manussettings.py +149 -104
 - novelwriter/tools/noveldetails.py +10 -24
 - novelwriter/tools/welcome.py +24 -72
 - novelwriter/tools/writingstats.py +17 -26
 - novelwriter/types.py +23 -13
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/METADATA +7 -7
 - novelwriter-2.8b1.dist-info/RECORD +212 -0
 - novelwriter/assets/images/welcome-dark.jpg +0 -0
 - novelwriter/assets/images/welcome-light.jpg +0 -0
 - novelwriter/assets/syntax/cyberpunk_night.conf +0 -28
 - novelwriter/assets/syntax/default_dark.conf +0 -42
 - novelwriter/assets/syntax/default_light.conf +0 -42
 - novelwriter/assets/syntax/dracula.conf +0 -44
 - novelwriter/assets/syntax/grey_dark.conf +0 -29
 - novelwriter/assets/syntax/grey_light.conf +0 -29
 - novelwriter/assets/syntax/light_owl.conf +0 -49
 - novelwriter/assets/syntax/night_owl.conf +0 -49
 - novelwriter/assets/syntax/snazzy.conf +0 -42
 - novelwriter/assets/syntax/solarized_dark.conf +0 -29
 - novelwriter/assets/syntax/solarized_light.conf +0 -29
 - novelwriter/assets/syntax/tango.conf +0 -39
 - novelwriter/assets/syntax/tomorrow.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night_blue.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night_bright.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night_eighties.conf +0 -49
 - novelwriter/assets/themes/default.conf +0 -3
 - novelwriter-2.7.5.dist-info/RECORD +0 -163
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/WHEEL +0 -0
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/entry_points.txt +0 -0
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/licenses/LICENSE.md +0 -0
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/licenses/setup/LICENSE-Apache-2.0.txt +0 -0
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/top_level.txt +0 -0
 
    
        novelwriter/types.py
    CHANGED
    
    | 
         @@ -20,14 +20,17 @@ General Public License for more details. 
     | 
|
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
            You should have received a copy of the GNU General Public License
         
     | 
| 
       22 
22 
     | 
    
         
             
            along with this program. If not, see <https://www.gnu.org/licenses/>.
         
     | 
| 
       23 
     | 
    
         
            -
            """
         
     | 
| 
      
 23 
     | 
    
         
            +
            """  # noqa
         
     | 
| 
       24 
24 
     | 
    
         
             
            from __future__ import annotations
         
     | 
| 
       25 
25 
     | 
    
         | 
| 
       26 
26 
     | 
    
         
             
            from PyQt6.QtCore import Qt
         
     | 
| 
       27 
     | 
    
         
            -
            from PyQt6.QtGui import  
     | 
| 
      
 27 
     | 
    
         
            +
            from PyQt6.QtGui import (
         
     | 
| 
      
 28 
     | 
    
         
            +
                QColor, QFont, QPainter, QPalette, QTextCharFormat, QTextCursor,
         
     | 
| 
      
 29 
     | 
    
         
            +
                QTextFormat
         
     | 
| 
      
 30 
     | 
    
         
            +
            )
         
     | 
| 
       28 
31 
     | 
    
         
             
            from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QHeaderView, QSizePolicy, QStyle
         
     | 
| 
       29 
32 
     | 
    
         | 
| 
       30 
     | 
    
         
            -
            #  
     | 
| 
      
 33 
     | 
    
         
            +
            # Alignment Flags
         
     | 
| 
       31 
34 
     | 
    
         | 
| 
       32 
35 
     | 
    
         
             
            QtAlignAbsolute = Qt.AlignmentFlag.AlignAbsolute
         
     | 
| 
       33 
36 
     | 
    
         
             
            QtAlignCenter = Qt.AlignmentFlag.AlignCenter
         
     | 
| 
         @@ -48,15 +51,17 @@ QtVAlignNormal = QTextCharFormat.VerticalAlignment.AlignNormal 
     | 
|
| 
       48 
51 
     | 
    
         
             
            QtVAlignSub = QTextCharFormat.VerticalAlignment.AlignSubScript
         
     | 
| 
       49 
52 
     | 
    
         
             
            QtVAlignSuper = QTextCharFormat.VerticalAlignment.AlignSuperScript
         
     | 
| 
       50 
53 
     | 
    
         | 
| 
       51 
     | 
    
         
            -
            #  
     | 
| 
      
 54 
     | 
    
         
            +
            # Text Formats
         
     | 
| 
       52 
55 
     | 
    
         | 
| 
       53 
56 
     | 
    
         
             
            QtPageBreakBefore = QTextFormat.PageBreakFlag.PageBreak_AlwaysBefore
         
     | 
| 
       54 
57 
     | 
    
         
             
            QtPageBreakAfter = QTextFormat.PageBreakFlag.PageBreak_AlwaysAfter
         
     | 
| 
       55 
58 
     | 
    
         
             
            QtPageBreakAuto = QTextFormat.PageBreakFlag.PageBreak_Auto
         
     | 
| 
       56 
59 
     | 
    
         | 
| 
      
 60 
     | 
    
         
            +
            QtTextUserProperty = QTextFormat.Property.UserProperty
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
       57 
62 
     | 
    
         
             
            QtPropLineHeight = 1  # QTextBlockFormat.LineHeightTypes.ProportionalHeight
         
     | 
| 
       58 
63 
     | 
    
         | 
| 
       59 
     | 
    
         
            -
            #  
     | 
| 
      
 64 
     | 
    
         
            +
            # Painter Types
         
     | 
| 
       60 
65 
     | 
    
         | 
| 
       61 
66 
     | 
    
         
             
            QtTransparent = QColor(0, 0, 0, 0)
         
     | 
| 
       62 
67 
     | 
    
         
             
            QtBlack = QColor(0, 0, 0)
         
     | 
| 
         @@ -68,11 +73,15 @@ QtPaintAntiAlias = QPainter.RenderHint.Antialiasing 
     | 
|
| 
       68 
73 
     | 
    
         
             
            QtMouseOver = QStyle.StateFlag.State_MouseOver
         
     | 
| 
       69 
74 
     | 
    
         
             
            QtSelected = QStyle.StateFlag.State_Selected
         
     | 
| 
       70 
75 
     | 
    
         | 
| 
       71 
     | 
    
         
            -
            #  
     | 
| 
      
 76 
     | 
    
         
            +
            # Colour Types
         
     | 
| 
       72 
77 
     | 
    
         | 
| 
       73 
78 
     | 
    
         
             
            QtHexRgb = QColor.NameFormat.HexRgb
         
     | 
| 
       74 
79 
     | 
    
         
             
            QtHexArgb = QColor.NameFormat.HexArgb
         
     | 
| 
       75 
80 
     | 
    
         | 
| 
      
 81 
     | 
    
         
            +
            QtColActive = QPalette.ColorGroup.Active
         
     | 
| 
      
 82 
     | 
    
         
            +
            QtColInactive = QPalette.ColorGroup.Inactive
         
     | 
| 
      
 83 
     | 
    
         
            +
            QtColDisabled = QPalette.ColorGroup.Disabled
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
       76 
85 
     | 
    
         
             
            # Qt Tree and Table Types
         
     | 
| 
       77 
86 
     | 
    
         | 
| 
       78 
87 
     | 
    
         
             
            QtDecoration = Qt.ItemDataRole.DecorationRole
         
     | 
| 
         @@ -91,25 +100,25 @@ QtMouseMiddle = Qt.MouseButton.MiddleButton 
     | 
|
| 
       91 
100 
     | 
    
         
             
            QtAccepted = QDialog.DialogCode.Accepted
         
     | 
| 
       92 
101 
     | 
    
         
             
            QtRejected = QDialog.DialogCode.Rejected
         
     | 
| 
       93 
102 
     | 
    
         | 
| 
       94 
     | 
    
         
            -
            QtDialogApply = QDialogButtonBox.StandardButton.Apply
         
     | 
| 
       95 
     | 
    
         
            -
            QtDialogCancel = QDialogButtonBox.StandardButton.Cancel
         
     | 
| 
       96 
     | 
    
         
            -
            QtDialogClose = QDialogButtonBox.StandardButton.Close
         
     | 
| 
       97 
     | 
    
         
            -
            QtDialogOk = QDialogButtonBox.StandardButton.Ok
         
     | 
| 
       98 
     | 
    
         
            -
            QtDialogReset = QDialogButtonBox.StandardButton.Reset
         
     | 
| 
       99 
     | 
    
         
            -
            QtDialogSave = QDialogButtonBox.StandardButton.Save
         
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
103 
     | 
    
         
             
            QtRoleAccept = QDialogButtonBox.ButtonRole.AcceptRole
         
     | 
| 
       102 
104 
     | 
    
         
             
            QtRoleAction = QDialogButtonBox.ButtonRole.ActionRole
         
     | 
| 
       103 
105 
     | 
    
         
             
            QtRoleApply = QDialogButtonBox.ButtonRole.ApplyRole
         
     | 
| 
      
 106 
     | 
    
         
            +
            QtRoleDestruct = QDialogButtonBox.ButtonRole.DestructiveRole
         
     | 
| 
       104 
107 
     | 
    
         
             
            QtRoleReject = QDialogButtonBox.ButtonRole.RejectRole
         
     | 
| 
      
 108 
     | 
    
         
            +
            QtRoleReset = QDialogButtonBox.ButtonRole.ResetRole
         
     | 
| 
       105 
109 
     | 
    
         | 
| 
       106 
110 
     | 
    
         
             
            # Cursor Types
         
     | 
| 
       107 
111 
     | 
    
         | 
| 
       108 
112 
     | 
    
         
             
            QtKeepAnchor = QTextCursor.MoveMode.KeepAnchor
         
     | 
| 
       109 
113 
     | 
    
         
             
            QtMoveAnchor = QTextCursor.MoveMode.MoveAnchor
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
       110 
115 
     | 
    
         
             
            QtMoveLeft = QTextCursor.MoveOperation.Left
         
     | 
| 
       111 
116 
     | 
    
         
             
            QtMoveRight = QTextCursor.MoveOperation.Right
         
     | 
| 
       112 
117 
     | 
    
         | 
| 
      
 118 
     | 
    
         
            +
            QtSelectWord = QTextCursor.SelectionType.WordUnderCursor
         
     | 
| 
      
 119 
     | 
    
         
            +
            QtSelectBlock = QTextCursor.SelectionType.BlockUnderCursor
         
     | 
| 
      
 120 
     | 
    
         
            +
            QtSelectDocument = QTextCursor.SelectionType.Document
         
     | 
| 
      
 121 
     | 
    
         
            +
             
     | 
| 
       113 
122 
     | 
    
         
             
            QtImCursorRectangle = Qt.InputMethodQuery.ImCursorRectangle
         
     | 
| 
       114 
123 
     | 
    
         | 
| 
       115 
124 
     | 
    
         
             
            # Size Policy
         
     | 
| 
         @@ -128,6 +137,7 @@ QtHeaderFixed = QHeaderView.ResizeMode.Fixed 
     | 
|
| 
       128 
137 
     | 
    
         | 
| 
       129 
138 
     | 
    
         
             
            # Scroll Bar Policy
         
     | 
| 
       130 
139 
     | 
    
         | 
| 
      
 140 
     | 
    
         
            +
            QtScrollAlwaysOn = Qt.ScrollBarPolicy.ScrollBarAlwaysOn
         
     | 
| 
       131 
141 
     | 
    
         
             
            QtScrollAlwaysOff = Qt.ScrollBarPolicy.ScrollBarAlwaysOff
         
     | 
| 
       132 
142 
     | 
    
         
             
            QtScrollAsNeeded = Qt.ScrollBarPolicy.ScrollBarAsNeeded
         
     | 
| 
       133 
143 
     | 
    
         | 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Metadata-Version: 2.4
         
     | 
| 
       2 
2 
     | 
    
         
             
            Name: novelWriter
         
     | 
| 
       3 
     | 
    
         
            -
            Version: 2. 
     | 
| 
      
 3 
     | 
    
         
            +
            Version: 2.8b1
         
     | 
| 
       4 
4 
     | 
    
         
             
            Summary: A plain text editor for planning and writing novels
         
     | 
| 
       5 
5 
     | 
    
         
             
            Author-email: Veronica Berglyd Olsen <code@vkbo.net>
         
     | 
| 
       6 
6 
     | 
    
         
             
            License-Expression: GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0
         
     | 
| 
         @@ -9,22 +9,22 @@ Project-URL: Documentation, https://docs.novelwriter.io 
     | 
|
| 
       9 
9 
     | 
    
         
             
            Project-URL: Repository, https://github.com/vkbo/novelWriter
         
     | 
| 
       10 
10 
     | 
    
         
             
            Project-URL: Issues, https://github.com/vkbo/novelWriter/issues
         
     | 
| 
       11 
11 
     | 
    
         
             
            Classifier: Programming Language :: Python :: 3 :: Only
         
     | 
| 
       12 
     | 
    
         
            -
            Classifier: Programming Language :: Python :: 3.10
         
     | 
| 
       13 
12 
     | 
    
         
             
            Classifier: Programming Language :: Python :: 3.11
         
     | 
| 
       14 
13 
     | 
    
         
             
            Classifier: Programming Language :: Python :: 3.12
         
     | 
| 
       15 
14 
     | 
    
         
             
            Classifier: Programming Language :: Python :: 3.13
         
     | 
| 
      
 15 
     | 
    
         
            +
            Classifier: Programming Language :: Python :: 3.14
         
     | 
| 
       16 
16 
     | 
    
         
             
            Classifier: Programming Language :: Python :: Implementation :: CPython
         
     | 
| 
       17 
17 
     | 
    
         
             
            Classifier: Development Status :: 5 - Production/Stable
         
     | 
| 
       18 
18 
     | 
    
         
             
            Classifier: Operating System :: OS Independent
         
     | 
| 
       19 
19 
     | 
    
         
             
            Classifier: Intended Audience :: End Users/Desktop
         
     | 
| 
       20 
20 
     | 
    
         
             
            Classifier: Natural Language :: English
         
     | 
| 
       21 
21 
     | 
    
         
             
            Classifier: Topic :: Text Editors
         
     | 
| 
       22 
     | 
    
         
            -
            Requires-Python: >=3. 
     | 
| 
      
 22 
     | 
    
         
            +
            Requires-Python: >=3.11
         
     | 
| 
       23 
23 
     | 
    
         
             
            Description-Content-Type: text/markdown
         
     | 
| 
       24 
24 
     | 
    
         
             
            License-File: LICENSE.md
         
     | 
| 
       25 
25 
     | 
    
         
             
            License-File: setup/LICENSE-Apache-2.0.txt
         
     | 
| 
       26 
26 
     | 
    
         
             
            Requires-Dist: pyqt6>=6.4
         
     | 
| 
       27 
     | 
    
         
            -
            Requires-Dist: pyenchant>=3. 
     | 
| 
      
 27 
     | 
    
         
            +
            Requires-Dist: pyenchant>=3.3.0
         
     | 
| 
       28 
28 
     | 
    
         
             
            Dynamic: license-file
         
     | 
| 
       29 
29 
     | 
    
         | 
| 
       30 
30 
     | 
    
         
             
            <img src="https://raw.githubusercontent.com/vkbo/novelWriter/main/setup/novelwriter_text.png">
         
     | 
| 
         @@ -39,9 +39,9 @@ synchronisation tools. All text is saved as plain text files with a meta data he 
     | 
|
| 
       39 
39 
     | 
    
         
             
            project structure is stored in a single project XML file, and other meta data is primarily saved as
         
     | 
| 
       40 
40 
     | 
    
         
             
            JSON files.
         
     | 
| 
       41 
41 
     | 
    
         | 
| 
       42 
     | 
    
         
            -
            The application is written with Python 3  
     | 
| 
       43 
     | 
    
         
            -
             
     | 
| 
       44 
     | 
    
         
            -
             
     | 
| 
      
 42 
     | 
    
         
            +
            The application is written with Python 3 using Qt6 and PyQt6. It is developed on Linux, but should
         
     | 
| 
      
 43 
     | 
    
         
            +
            in principle work fine on other operating systems as well as long as dependencies are met. It is
         
     | 
| 
      
 44 
     | 
    
         
            +
            regularly tested on Debian and Ubuntu Linux, Windows, and MacOS.
         
     | 
| 
       45 
45 
     | 
    
         | 
| 
       46 
46 
     | 
    
         
             
            novelWriter is developed and maintained by [Veronica Berglyd Olsen](https://github.com/vkbo).
         
     | 
| 
       47 
47 
     | 
    
         | 
| 
         @@ -0,0 +1,212 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            novelwriter/__init__.py,sha256=tWICX2JZNc5yon6DM1MdA1OthMb2tOSBfvtTajwLddo,9579
         
     | 
| 
      
 2 
     | 
    
         
            +
            novelwriter/common.py,sha256=Mkojy_UUDOe6mqWCZfoRfB2w5ECow9BwZ6XlE4XifFQ,23437
         
     | 
| 
      
 3 
     | 
    
         
            +
            novelwriter/config.py,sha256=EHfRggnMb-RJh_0SI5ebsXMBGjPCQaN7hQP6qvYvjis,45389
         
     | 
| 
      
 4 
     | 
    
         
            +
            novelwriter/constants.py,sha256=PbDeHHmJaAcx9R7YnAIBQnEfKt8-Pl_f2-xDnx6pNQA,29649
         
     | 
| 
      
 5 
     | 
    
         
            +
            novelwriter/enum.py,sha256=J3iGv0Zi11Ki5hGNq4GW1LEpn0TJlzJEF2FEGHs2DJs,4711
         
     | 
| 
      
 6 
     | 
    
         
            +
            novelwriter/error.py,sha256=Zp_-qTSAZ-0Cb3ocEgr9IGbbduR_LyYraSy8WgH_ewY,6784
         
     | 
| 
      
 7 
     | 
    
         
            +
            novelwriter/guimain.py,sha256=8prRYZH0_A30UyqrjMUqw3swULMQ39HQZk-zQzf_8Sg,51187
         
     | 
| 
      
 8 
     | 
    
         
            +
            novelwriter/shared.py,sha256=SNJLfBVLfyOXkQpfGhbS9sd7oqmA7aUwY_um2ZTo76o,19645
         
     | 
| 
      
 9 
     | 
    
         
            +
            novelwriter/splash.py,sha256=f-kGyRn0IYjVFjZhOr5thi3Mq8I6dGOPptnXhdhcF90,2568
         
     | 
| 
      
 10 
     | 
    
         
            +
            novelwriter/types.py,sha256=rKjT0U9KCxwUUqeDubKaN5RLoWoMUtj87J6HsBX12GQ,5459
         
     | 
| 
      
 11 
     | 
    
         
            +
            novelwriter/assets/manual.pdf,sha256=0WddGig58enFM8HXJFvO8y6Rzntg9PKaBsI6TbgIyAU,2145906
         
     | 
| 
      
 12 
     | 
    
         
            +
            novelwriter/assets/manual_fr.pdf,sha256=ixfCMyQz72OFoUX5U-BtjcWahJZIeKvC2DzIRbETzqQ,2201728
         
     | 
| 
      
 13 
     | 
    
         
            +
            novelwriter/assets/sample.zip,sha256=nGuft05F3oxsJ7Jkwn5bP6Np4hQk6mfGdwQ7e8ZNtRQ,13938
         
     | 
| 
      
 14 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_cs_CZ.qm,sha256=Y86wuWVB0yQBL6F5P6l-W61isSGJEkCanPa_S5eTYFc,100334
         
     | 
| 
      
 15 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_de_DE.qm,sha256=VwyhNBVst94jlAsdsyUbzj4_ucGX6QLp16wve2jlCjg,105152
         
     | 
| 
      
 16 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_en_US.qm,sha256=rK_f6bhwlzqLygB9xfQr9mPLDZAPmutYHr3vie-Kf5k,98000
         
     | 
| 
      
 17 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_es_419.qm,sha256=ETykfMUyedjTaRBu-kX6PgGRV79fxjB8cHOzs0rBFeo,104187
         
     | 
| 
      
 18 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_fr_FR.qm,sha256=HgHVKVlmk7Zf-58WxAEtQTWNEvxtiubOlZkO77Kw9aY,108896
         
     | 
| 
      
 19 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_it_IT.qm,sha256=TyNTA_U81F5tpk5O7gh9h5mNiFabcjRSEn2pwwi2cIk,108494
         
     | 
| 
      
 20 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_ja_JP.qm,sha256=rVNa0PlV82Io2MNsYNSf7zta_GfkDK-6gewxr9IFb68,81033
         
     | 
| 
      
 21 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_nb_NO.qm,sha256=r59Uxw2Tf5n3ZEiBjft4GOCVTgP6_4uusxkmbTBw8-4,100556
         
     | 
| 
      
 22 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_nl_NL.qm,sha256=kPI2f137gK8qc0boB_geGzN0-ApHr9z3RabUoVM_SOc,95706
         
     | 
| 
      
 23 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_pl_PL.qm,sha256=mK1B4Yr-H-WSPNccVwCYlcBsGHGOhaYWtPdm--P5nP0,103590
         
     | 
| 
      
 24 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_pt_BR.qm,sha256=EeJWctUfqbvPgvO_HJQTEB3LaIhCpTM3RKSnCHsly9I,106744
         
     | 
| 
      
 25 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_ru_RU.qm,sha256=rNKPtUFdeEsYnCiT8qtDWWwG6BrHy1Q_VVzL6ZH0cbo,93879
         
     | 
| 
      
 26 
     | 
    
         
            +
            novelwriter/assets/i18n/nw_zh_CN.qm,sha256=lYUTXvHrsbLSYw8iI2uevDe9IL0TDkyOATfgvd5f6yw,73077
         
     | 
| 
      
 27 
     | 
    
         
            +
            novelwriter/assets/i18n/project_cs_CZ.json,sha256=O6UaWMrmmqq1eE7eACWu4lKZPNtmyeXX5tw99PkPWIY,2929
         
     | 
| 
      
 28 
     | 
    
         
            +
            novelwriter/assets/i18n/project_de_DE.json,sha256=flm9XAftVXNHddhcJEm1MhpsK7yWmnOmh6H12Byk6GA,2925
         
     | 
| 
      
 29 
     | 
    
         
            +
            novelwriter/assets/i18n/project_en_GB.json,sha256=sioYhKDpqyuqgSwoyt4CVu6eUNS3ZB_Pr9z7_ufHoPo,2595
         
     | 
| 
      
 30 
     | 
    
         
            +
            novelwriter/assets/i18n/project_en_US.json,sha256=sioYhKDpqyuqgSwoyt4CVu6eUNS3ZB_Pr9z7_ufHoPo,2595
         
     | 
| 
      
 31 
     | 
    
         
            +
            novelwriter/assets/i18n/project_es_419.json,sha256=NQa1iAyQaoNyFSAfrPXNaoKyStyw7nexnGUHf-UMkOo,2792
         
     | 
| 
      
 32 
     | 
    
         
            +
            novelwriter/assets/i18n/project_fr_FR.json,sha256=ODM3LEQoFYbFlkm-QUP7IpGmti7RNWiQq1Swk_b_yQk,2925
         
     | 
| 
      
 33 
     | 
    
         
            +
            novelwriter/assets/i18n/project_it_IT.json,sha256=NYUUVp3o-hmahj4oyif8bxVauUMzL8w-XvuR0oGR9ic,2698
         
     | 
| 
      
 34 
     | 
    
         
            +
            novelwriter/assets/i18n/project_ja_JP.json,sha256=96kVDrvqBQsv_IzTDnoK-IGYZ9jHNXJ15YYhSwaOyFE,2520
         
     | 
| 
      
 35 
     | 
    
         
            +
            novelwriter/assets/i18n/project_nb_NO.json,sha256=ZaoUbHtPnM30zPfdwPBxProWkR8EP4QykVA1nfrR4_c,2407
         
     | 
| 
      
 36 
     | 
    
         
            +
            novelwriter/assets/i18n/project_nl_NL.json,sha256=wlXDfy4rMKyXP0X3r22qSNFuseO33bePAHqvIVk_tHQ,2742
         
     | 
| 
      
 37 
     | 
    
         
            +
            novelwriter/assets/i18n/project_nn_NO.json,sha256=Nn_p7Fb0ASKHAZ3l8I0UJuS4GmG6MFInP68RD4han24,2401
         
     | 
| 
      
 38 
     | 
    
         
            +
            novelwriter/assets/i18n/project_pl_PL.json,sha256=-yWlx1zDYRKhMxMIe-59ixqUeIimQTGFAoq8qe4TiaM,3583
         
     | 
| 
      
 39 
     | 
    
         
            +
            novelwriter/assets/i18n/project_pt_BR.json,sha256=jZ4PJt2wbLmjNZshAJtiVRlWMQfXHcQTCXxqFVwCTDg,2890
         
     | 
| 
      
 40 
     | 
    
         
            +
            novelwriter/assets/i18n/project_ru_RU.json,sha256=6Q0H7_cDuobK05N7q8we3VnxXhGqjuG-ulIUESU0lJA,4159
         
     | 
| 
      
 41 
     | 
    
         
            +
            novelwriter/assets/i18n/project_zh_CN.json,sha256=rvvwclPNI2dMd64kUb7hr7zlkT-kNZ0Bbk7XMHpIcAI,2434
         
     | 
| 
      
 42 
     | 
    
         
            +
            novelwriter/assets/icons/font_awesome.icons,sha256=kDOEugTIp9AoI12v8eBx_7PZIsMdDumTumXRJtX-63E,59754
         
     | 
| 
      
 43 
     | 
    
         
            +
            novelwriter/assets/icons/material_filled_normal.icons,sha256=B6MEPyZKCnaMTAP_lo4EL4uUpxp09NibAvuz3Y3Wxv4,63169
         
     | 
| 
      
 44 
     | 
    
         
            +
            novelwriter/assets/icons/material_filled_thin.icons,sha256=DQWLvVesVzd_P7esH2_7O9_BmTXW29bpw5ZBqwfGJJQ,93832
         
     | 
| 
      
 45 
     | 
    
         
            +
            novelwriter/assets/icons/material_rounded_normal.icons,sha256=Gp9IY48f5N7jRw1OL4CDWNm5uuOoIopOXOYLPPOfC-0,68033
         
     | 
| 
      
 46 
     | 
    
         
            +
            novelwriter/assets/icons/material_rounded_thin.icons,sha256=sQdYiIg8OW0kIIRUaJJ2kKbf1tvoQJ7_yn9qDK7ljng,105080
         
     | 
| 
      
 47 
     | 
    
         
            +
            novelwriter/assets/icons/material_sharp_normal.icons,sha256=4nROAYLq0hDaFDQiIj0Qzk3vIW0QsAe1NY2w-QyP3Zk,44045
         
     | 
| 
      
 48 
     | 
    
         
            +
            novelwriter/assets/icons/material_sharp_thin.icons,sha256=jJYu59DaQYO6mkJCxGjFoWKoeam7VYjK2SrDrZulgRw,58579
         
     | 
| 
      
 49 
     | 
    
         
            +
            novelwriter/assets/icons/none.svg,sha256=NRN9vMzohg7Ner71GwPthrCG0uA81TpY8UmKb8-L-pM,251
         
     | 
| 
      
 50 
     | 
    
         
            +
            novelwriter/assets/icons/novelwriter.ico,sha256=OJRIeeUcmS7Di51NA3uF5_Ov4V8T47gQ9qWv6C7qDeA,171059
         
     | 
| 
      
 51 
     | 
    
         
            +
            novelwriter/assets/icons/novelwriter.svg,sha256=Ad_SgOdXSDJtFR3DLCx6Afme15I78r38_YxCfO9F2z4,8511
         
     | 
| 
      
 52 
     | 
    
         
            +
            novelwriter/assets/icons/remix_filled.icons,sha256=4JN2KHhEbu2Z0E5WKQy0wELrNvqvK7NLMwa96o9CQqA,50912
         
     | 
| 
      
 53 
     | 
    
         
            +
            novelwriter/assets/icons/remix_outline.icons,sha256=QL2aj_ago-sxPCWpO5uLwOjXBJ8EXso_giDyxSJYUlM,56560
         
     | 
| 
      
 54 
     | 
    
         
            +
            novelwriter/assets/icons/x-novelwriter-project.ico,sha256=MXdZSYi3j95aIsT5bZo6CkhxmS75cThP9O_38UR7sjg,170697
         
     | 
| 
      
 55 
     | 
    
         
            +
            novelwriter/assets/icons/x-novelwriter-project.svg,sha256=VHf1aClkA91tZVYb3LFk9bi_Dw25QBVSjUJAjSD-YX4,5143
         
     | 
| 
      
 56 
     | 
    
         
            +
            novelwriter/assets/images/novelwriter-text-dark.svg,sha256=gbbDiXd92OV5c6qGREDkAnTnEApxYPbqyrbUHB8mtiM,5976
         
     | 
| 
      
 57 
     | 
    
         
            +
            novelwriter/assets/images/novelwriter-text-light.svg,sha256=ziTrfrr0WO9JWBzSfuuKBlYFCkENfEBp3MyOYTNGUYQ,5983
         
     | 
| 
      
 58 
     | 
    
         
            +
            novelwriter/assets/images/splash.png,sha256=HusX02pWFgs5pYj3T5WgYgVIIgTQSi7ndK0GU1Zemt0,28806
         
     | 
| 
      
 59 
     | 
    
         
            +
            novelwriter/assets/images/welcome.webp,sha256=8wumLYPmhJq1WjqdXUvmHOZTcgm7iCX4UOWx0-9mdfQ,352664
         
     | 
| 
      
 60 
     | 
    
         
            +
            novelwriter/assets/text/credits_en.htm,sha256=Z_PsJJuTDr7iuQxj0UmxvNP0p_cmndT1hWRlOfUGN6c,4869
         
     | 
| 
      
 61 
     | 
    
         
            +
            novelwriter/assets/text/lipsum.txt,sha256=sGA6AC_p4jrUifxLxy3cSODeRwkpBNXDPGgX6YRTm2s,62937
         
     | 
| 
      
 62 
     | 
    
         
            +
            novelwriter/assets/themes/aura.conf,sha256=oA4MA-oU-B54mAJ0OY_Zr1vapblLyPWUaRlTkgJ-GJs,1833
         
     | 
| 
      
 63 
     | 
    
         
            +
            novelwriter/assets/themes/aura_bright.conf,sha256=T0vKTAnZkLKEsWe61ctK_ndJ-29pFz7WtJUomS5zt0U,1759
         
     | 
| 
      
 64 
     | 
    
         
            +
            novelwriter/assets/themes/aura_soft.conf,sha256=rw0WFE08G3Pe--YRYUk9aMRiwjrpg5za0ElRovakj_0,1841
         
     | 
| 
      
 65 
     | 
    
         
            +
            novelwriter/assets/themes/b2t_garden_dark.conf,sha256=ojpWINxiVtEiTmDmy99xpwoyZJzJWYhUilShA2EuiDw,1855
         
     | 
| 
      
 66 
     | 
    
         
            +
            novelwriter/assets/themes/b2t_garden_light.conf,sha256=6m-7ndCeTUlUBFFERYr8m78EZw7gvpb94Cq81MFxCnQ,1857
         
     | 
| 
      
 67 
     | 
    
         
            +
            novelwriter/assets/themes/b2t_suburb_dark.conf,sha256=pnQlcsfMGXA1Pc7bC0SL_KRcBsHQsdkunbI8UxqXb08,1833
         
     | 
| 
      
 68 
     | 
    
         
            +
            novelwriter/assets/themes/b2t_suburb_light.conf,sha256=DKludbY5TN6f1t-5SfxLQHT1FkxefHbFG-Rnc77mAKQ,1832
         
     | 
| 
      
 69 
     | 
    
         
            +
            novelwriter/assets/themes/b4t_classic_o_dark.conf,sha256=z9KJ25hgiaQRxaJaP2bw2aqhBY8wcIjA3aQKN7W3H5k,1896
         
     | 
| 
      
 70 
     | 
    
         
            +
            novelwriter/assets/themes/b4t_classic_o_light.conf,sha256=STV3jPMWgxuVSjYmU-_V73R6cR6spmuNOv7ych-Fr4M,1890
         
     | 
| 
      
 71 
     | 
    
         
            +
            novelwriter/assets/themes/b4t_modern_c_dark.conf,sha256=CO7XGgXLHOU9ByiZE7Lfo0MDSgtWRgsH-b9KiPWJtoU,1882
         
     | 
| 
      
 72 
     | 
    
         
            +
            novelwriter/assets/themes/b4t_modern_c_light.conf,sha256=SL3XMyxkEDn2I9jcXsIe-wcOGW7JJSLkP8ilZJNULF0,1881
         
     | 
| 
      
 73 
     | 
    
         
            +
            novelwriter/assets/themes/blue_streak_dark.conf,sha256=mHk_t_skv9Kb3G8L5uiZ6LFxE6JwDCYHaVcdK4LVbWk,1902
         
     | 
| 
      
 74 
     | 
    
         
            +
            novelwriter/assets/themes/blue_streak_light.conf,sha256=3wPvjQTV0tsaE_Bs8DobwTtUGIC83sUysqR6NjYb5s4,1895
         
     | 
| 
      
 75 
     | 
    
         
            +
            novelwriter/assets/themes/castle_day.conf,sha256=vYn2ZWWAyr8E3sU5GjtLZpoLEQow1ERK5-e62QNKVQY,1808
         
     | 
| 
      
 76 
     | 
    
         
            +
            novelwriter/assets/themes/castle_night.conf,sha256=YBwevHO5TBGuB5rmsRvvVw6ddxqsLFhB-a4N8QzGCLs,1791
         
     | 
| 
      
 77 
     | 
    
         
            +
            novelwriter/assets/themes/catppuccin_latte.conf,sha256=PoM8TdhXBtTKRkp8YM14ney3L0w_LYYaggjnphmG4dI,1835
         
     | 
| 
      
 78 
     | 
    
         
            +
            novelwriter/assets/themes/catppuccin_mocha.conf,sha256=zoWYTyNkBvtm3x7IXD07XPsayZgTx-py0E9U5Xa9e8M,1831
         
     | 
| 
      
 79 
     | 
    
         
            +
            novelwriter/assets/themes/chalky_soil.conf,sha256=69Ff6KjA5mjWPxBxWhRY_Q7EGjxTBkHZt9xU6KE_y_s,1783
         
     | 
| 
      
 80 
     | 
    
         
            +
            novelwriter/assets/themes/chernozem.conf,sha256=8HPgaY7MKR6QN77rC7t2mWOAiq4uA85xxHFN7y2v3FA,1762
         
     | 
| 
      
 81 
     | 
    
         
            +
            novelwriter/assets/themes/cyberpunk_night.conf,sha256=RWYNtqXTawLyiEgTSI8Wquutpgy0uFg5uS0JaRdw2Ng,1821
         
     | 
| 
      
 82 
     | 
    
         
            +
            novelwriter/assets/themes/default_dark.conf,sha256=diW_UOENc_mu8ZBgIgDrpT7rgldINlk9Hdll4V3qayM,1853
         
     | 
| 
      
 83 
     | 
    
         
            +
            novelwriter/assets/themes/default_light.conf,sha256=NWFPAy8jEpxYBHUzTjEAjI_1JNjcVbD56n_tyBZ32cA,1862
         
     | 
| 
      
 84 
     | 
    
         
            +
            novelwriter/assets/themes/dracula.conf,sha256=W4hi1h3j1qFiw57pXdJ-RG7EGagElkFlKhrouBV2E8o,2344
         
     | 
| 
      
 85 
     | 
    
         
            +
            novelwriter/assets/themes/espresso.conf,sha256=flK27bZ1L_vIDmKzvsMH9OUsuCk_L8vevF2F9mMUNNU,1858
         
     | 
| 
      
 86 
     | 
    
         
            +
            novelwriter/assets/themes/everforest_dark.conf,sha256=GHA-uGt2uww_2lN9snRLqIzAcJ9I1zkIBE7AsLpgaok,1818
         
     | 
| 
      
 87 
     | 
    
         
            +
            novelwriter/assets/themes/everforest_light.conf,sha256=d82Qkg4H-1FJx9lkZRpGd-NKAxVS4AHRWB4la0bx0HA,1824
         
     | 
| 
      
 88 
     | 
    
         
            +
            novelwriter/assets/themes/floral_daydream.conf,sha256=SvGtTFgQ7th5XhWcn1X3WWeJLY7269wAy8byJt1KgoE,1804
         
     | 
| 
      
 89 
     | 
    
         
            +
            novelwriter/assets/themes/floral_midnight.conf,sha256=5cJyucQXxndyqvo_ltKejGnqqR4OQHNJCSfsnT26RHg,1785
         
     | 
| 
      
 90 
     | 
    
         
            +
            novelwriter/assets/themes/full_moon.conf,sha256=VRwatQy3sTfHQXjZocI2U67qlhEk2qDiJay0-Z8Lz5I,1759
         
     | 
| 
      
 91 
     | 
    
         
            +
            novelwriter/assets/themes/grey_dark.conf,sha256=6B6zwO3x0ljkgvtr8yj0xWuREnTXQg-E4NHDW7rI8hU,1916
         
     | 
| 
      
 92 
     | 
    
         
            +
            novelwriter/assets/themes/grey_light.conf,sha256=LZCCIlESj_NwOua-5R189pBB8tJ4mQGSgru8u75p_sw,1915
         
     | 
| 
      
 93 
     | 
    
         
            +
            novelwriter/assets/themes/horizon_dark.conf,sha256=AQFoEeIIKO3ABxXPoEGFsOf8mvfvw0NKX9F_OeM6Lhk,1844
         
     | 
| 
      
 94 
     | 
    
         
            +
            novelwriter/assets/themes/horizon_light.conf,sha256=MSQBIwVkCyRmtW16TlpaH2wW6yD9N-q0ufKTMmsKKFo,1859
         
     | 
| 
      
 95 
     | 
    
         
            +
            novelwriter/assets/themes/jewel_case_dark.conf,sha256=KGxsjDlTlz9cvoIebSgQKcouJZtSO0SvvTKyCT9UQEA,1780
         
     | 
| 
      
 96 
     | 
    
         
            +
            novelwriter/assets/themes/jewel_case_light.conf,sha256=3Gu6uURE9hQd9Zo9--Q3BfUuBe8wjPAu8_vfowyuapE,1784
         
     | 
| 
      
 97 
     | 
    
         
            +
            novelwriter/assets/themes/lcars.conf,sha256=bJi-6J6I5PoYvEiJbWykofYu9DuEXcyo20lf8SiJi2E,1839
         
     | 
| 
      
 98 
     | 
    
         
            +
            novelwriter/assets/themes/light_owl.conf,sha256=r9Ab_eyUHFl4IIjSnHsfwdmRwu01sV7r9_vdyRkZ4Ik,2274
         
     | 
| 
      
 99 
     | 
    
         
            +
            novelwriter/assets/themes/new_moon.conf,sha256=GC0MIL2Q-hB5UDL1nlFw2DEqx3XPSuSX06M3I-R6_pU,1828
         
     | 
| 
      
 100 
     | 
    
         
            +
            novelwriter/assets/themes/night_owl.conf,sha256=ZfgxiTMLP9RCjeuHkqAlZbc9CkltR-vqlp4oA6ZnlPc,2275
         
     | 
| 
      
 101 
     | 
    
         
            +
            novelwriter/assets/themes/noctis.conf,sha256=jPHFFSWGyo1REFXEzVO1qRlSxm_UhmHMTADL6JU8hmE,3276
         
     | 
| 
      
 102 
     | 
    
         
            +
            novelwriter/assets/themes/noctis_lux.conf,sha256=pflZuF8WCwcBEhEZP-q7_kzcyQrSj1CFaqvdloLiPAg,3280
         
     | 
| 
      
 103 
     | 
    
         
            +
            novelwriter/assets/themes/nord.conf,sha256=u-DaLFzmUWSOJGAd3dwkgqg_-qDcyaZpsiyXp9EE6dM,1821
         
     | 
| 
      
 104 
     | 
    
         
            +
            novelwriter/assets/themes/nordlicht.conf,sha256=RKLo_KeyyeUMwJk0zS7eGkkkQEExjW5uWgk7-YO8rvg,1780
         
     | 
| 
      
 105 
     | 
    
         
            +
            novelwriter/assets/themes/otium_dark.conf,sha256=qTNou-hMLcVy7CJ94kX0CqR88kK6nbkSIOKiZk0zG-0,1772
         
     | 
| 
      
 106 
     | 
    
         
            +
            novelwriter/assets/themes/otium_light.conf,sha256=ydHy1sV06xHFzHmwcIDHpVVCz6-105M-yeXLWZOXevM,1804
         
     | 
| 
      
 107 
     | 
    
         
            +
            novelwriter/assets/themes/paragon.conf,sha256=A8ZsOU76kvULj3N5RHVbtDzGvYysO2SYENWyxAtJzb4,1777
         
     | 
| 
      
 108 
     | 
    
         
            +
            novelwriter/assets/themes/primer_light.conf,sha256=jy4p790aV26mqomq93BZ4pvW1qF7Vim9gwUe8MJct6c,1841
         
     | 
| 
      
 109 
     | 
    
         
            +
            novelwriter/assets/themes/primer_night.conf,sha256=J2GBWcwvvkXT2GRhr_f-9XKv_RGBI0pr7wdq32eKkdc,1851
         
     | 
| 
      
 110 
     | 
    
         
            +
            novelwriter/assets/themes/rose_pine.conf,sha256=SCEwfecoSOT_tJMz7VeoafaFATiGijCjZLEwzpOA_rI,1786
         
     | 
| 
      
 111 
     | 
    
         
            +
            novelwriter/assets/themes/rose_pine_dawn.conf,sha256=Rphw8fWZcIoreNwkQx8Rvq7fIPvHmyp-navIxDUb7xw,1796
         
     | 
| 
      
 112 
     | 
    
         
            +
            novelwriter/assets/themes/ruby_day.conf,sha256=Qa48dF3Neu-UGJWwIVkUYlJC39aZIagKbRdpqGgu73o,1782
         
     | 
| 
      
 113 
     | 
    
         
            +
            novelwriter/assets/themes/ruby_night.conf,sha256=TVHJrZPiS6xKgRhCYNn4Mqpm2WXCJk1g-5m7F2Qc78U,1760
         
     | 
| 
      
 114 
     | 
    
         
            +
            novelwriter/assets/themes/selenium_dark.conf,sha256=2MlKW8qrwOqHlSmgd5dXNohn6eHsbdVJYcWumpjvvXM,1771
         
     | 
| 
      
 115 
     | 
    
         
            +
            novelwriter/assets/themes/selenium_light.conf,sha256=_adLGWf7rtwqtP-bxxQvbekv4ql60C7h9bIv1gTEKuw,1769
         
     | 
| 
      
 116 
     | 
    
         
            +
            novelwriter/assets/themes/sepia_dark.conf,sha256=DMRYCNCArmiMnvvxirqfV1emivr1suW0FksxM3VNsVk,1768
         
     | 
| 
      
 117 
     | 
    
         
            +
            novelwriter/assets/themes/sepia_light.conf,sha256=ip-TW-tH8gmHfQnO2B8f0FFV2SK6XygLxZ4QN5hx4f0,1802
         
     | 
| 
      
 118 
     | 
    
         
            +
            novelwriter/assets/themes/snazzy.conf,sha256=zeB2rd1qsKAfHSumAL7mWQmGdSYOlf8KdJDyt3kuc2s,2245
         
     | 
| 
      
 119 
     | 
    
         
            +
            novelwriter/assets/themes/solarized_dark.conf,sha256=5qDuq0oeI98gNEU_gaDRNYMF1ZxpeKIH7D_K0rjuR_0,2171
         
     | 
| 
      
 120 
     | 
    
         
            +
            novelwriter/assets/themes/solarized_light.conf,sha256=egc6PW_QkMIQKYzQFPFMa1grmFbTByVpCdjNymJgCBc,2173
         
     | 
| 
      
 121 
     | 
    
         
            +
            novelwriter/assets/themes/sultana_light.conf,sha256=dIPnyAGZdwFyaUjvpkhxz6F1TCbo76AUuDzwaCGg7Is,1806
         
     | 
| 
      
 122 
     | 
    
         
            +
            novelwriter/assets/themes/sultana_night.conf,sha256=WD6OfY-qFSgF4tum0DQdBjaSr1yuKqKE43C5JvDpE8M,1766
         
     | 
| 
      
 123 
     | 
    
         
            +
            novelwriter/assets/themes/tango_dark.conf,sha256=qHUCRAB-R8WKKb0WwM5gvnzFH8aMDfJOV__i2ljmzAE,2111
         
     | 
| 
      
 124 
     | 
    
         
            +
            novelwriter/assets/themes/tango_light.conf,sha256=qC5s53dI5cqzRtOG-Tr75TIMrPV8mz-yqFtvBSBQopo,2123
         
     | 
| 
      
 125 
     | 
    
         
            +
            novelwriter/assets/themes/tomorrow.conf,sha256=afo4LVB0YTr_lHqqelCxdRmGSKA4HLxjZ9EolxX9N_o,2268
         
     | 
| 
      
 126 
     | 
    
         
            +
            novelwriter/assets/themes/tomorrow_night.conf,sha256=J8YeDLvN8gPRZQRjggdfAZWTqhxm5KUQ42ww172Frnc,2284
         
     | 
| 
      
 127 
     | 
    
         
            +
            novelwriter/assets/themes/tomorrow_night_blue.conf,sha256=Y6TR_NUQlHi-eesmj4LUNK_YGWX7B5R9J0VwFAEPhKE,2296
         
     | 
| 
      
 128 
     | 
    
         
            +
            novelwriter/assets/themes/tomorrow_night_bright.conf,sha256=y1-5F86a-0d86j50ilCJsUerE0mpMkt5nMV49Uhx5Ak,2298
         
     | 
| 
      
 129 
     | 
    
         
            +
            novelwriter/assets/themes/tomorrow_night_eighties.conf,sha256=T28doarJNBQOWwdFptg1fDz9SFoB67K9T2lAzSm0QyI,2302
         
     | 
| 
      
 130 
     | 
    
         
            +
            novelwriter/assets/themes/vivid_black_green.conf,sha256=WznN8WXhjstOw2Ye9ZUOy_6zr6V-7howam781EVb1qQ,1791
         
     | 
| 
      
 131 
     | 
    
         
            +
            novelwriter/assets/themes/vivid_black_red.conf,sha256=F7fwwzq5wUHUANZ4waSzZ-FA_k4pSj1L-1RzfBq-F8M,1774
         
     | 
| 
      
 132 
     | 
    
         
            +
            novelwriter/assets/themes/vivid_white_green.conf,sha256=qa3V6k2jqB0TrCbPBSFJV4V7pxyJbqDH9IdgVyiLGEM,1783
         
     | 
| 
      
 133 
     | 
    
         
            +
            novelwriter/assets/themes/vivid_white_red.conf,sha256=s9g5aSwX-hUXL6fHiSAUNnsdyQNBvr7YGNwcSGrbHHI,1777
         
     | 
| 
      
 134 
     | 
    
         
            +
            novelwriter/assets/themes/warpgate.conf,sha256=WKgyWhUDIOaaW_pqubYGgZkwKJSezUif8Nm5_DPPYxI,1784
         
     | 
| 
      
 135 
     | 
    
         
            +
            novelwriter/assets/themes/waterlily_dark.conf,sha256=MnDDLxhhfV3tOncSdNRosnUY0XKe6MtL04hDFhfLIFU,1763
         
     | 
| 
      
 136 
     | 
    
         
            +
            novelwriter/assets/themes/waterlily_light.conf,sha256=QuNn8UFHxJzMC5S_tOTqjLZPv-_Nz0jkbhthZ5THBJg,1800
         
     | 
| 
      
 137 
     | 
    
         
            +
            novelwriter/core/buildsettings.py,sha256=5ndwta-_eSLY1GvWrQs-_tqfZj-xuBh7DunwSNpXeJY,24769
         
     | 
| 
      
 138 
     | 
    
         
            +
            novelwriter/core/coretools.py,sha256=jrpXQP52bn9AlomwCzYAFl9QucAjdmZ1N8hqirDGToA,21622
         
     | 
| 
      
 139 
     | 
    
         
            +
            novelwriter/core/docbuild.py,sha256=O5_Uy2sMt7pSv_C9tu_m-qkFZJarc-T0ZfGAyhEHFes,14104
         
     | 
| 
      
 140 
     | 
    
         
            +
            novelwriter/core/document.py,sha256=kSmqlea89kM8V53NXbTJz5uhfnvKkChX5irQhAkJ014,12116
         
     | 
| 
      
 141 
     | 
    
         
            +
            novelwriter/core/index.py,sha256=CKyA2n7xJdGz4VZreY9KPcKPzBUOQZdwkEraOrULTKw,41489
         
     | 
| 
      
 142 
     | 
    
         
            +
            novelwriter/core/indexdata.py,sha256=jRshabsZlqGiiiUF05AHk3aLGx8SMwyA0Ot_nh2bTQI,13594
         
     | 
| 
      
 143 
     | 
    
         
            +
            novelwriter/core/item.py,sha256=9-7Y7uHk4aPaoMDCkYSWQLoPV6UEEowiLEBl2lLUVQQ,19350
         
     | 
| 
      
 144 
     | 
    
         
            +
            novelwriter/core/itemmodel.py,sha256=Mg0F28t7QmIwsTwkp1sUTo31iQYyiyVkfqO4g_RU9lo,18253
         
     | 
| 
      
 145 
     | 
    
         
            +
            novelwriter/core/novelmodel.py,sha256=gPEceov2SlJlQ4ewZ3hHcZ8RZQysXdMNHlQJhOMFbZE,7390
         
     | 
| 
      
 146 
     | 
    
         
            +
            novelwriter/core/options.py,sha256=9w8Zve6bkGqu91_ZN_PzAXbtDImUjsuUyexpkqkuDUQ,7471
         
     | 
| 
      
 147 
     | 
    
         
            +
            novelwriter/core/project.py,sha256=EChLwHe_vPLII_seOlaPxusT7p7lVtSL9ILjO-xgLFw,21493
         
     | 
| 
      
 148 
     | 
    
         
            +
            novelwriter/core/projectdata.py,sha256=xYRbqcfj1BV4OAmw5Z_LEKDfjL8LZWbGmNwrcwJzfvs,10470
         
     | 
| 
      
 149 
     | 
    
         
            +
            novelwriter/core/projectxml.py,sha256=2wEKb1dGjaQljTzJmB386VySukiVO8SXI-fXbcjUNAs,22535
         
     | 
| 
      
 150 
     | 
    
         
            +
            novelwriter/core/sessions.py,sha256=i2qtwQ5TQ-ytbjRrjMgQk7K2zLR5hw3DNuvirmKyRpI,4836
         
     | 
| 
      
 151 
     | 
    
         
            +
            novelwriter/core/spellcheck.py,sha256=1_sRkMl236BSXlXSvyqstrgFBzoOknwAv62lxMGsS3o,7326
         
     | 
| 
      
 152 
     | 
    
         
            +
            novelwriter/core/status.py,sha256=-GYHQIotgKU_TtJyJP5hD1TPy3LTEmdmRZ-V75IQuF4,12600
         
     | 
| 
      
 153 
     | 
    
         
            +
            novelwriter/core/storage.py,sha256=R-EIDSNqSnTEH3ysqGSfWdcKb_VmIAYOyaaAphau72s,20942
         
     | 
| 
      
 154 
     | 
    
         
            +
            novelwriter/core/tree.py,sha256=y_8G7Jgsd_uEoCsJc3IRbotNWV6r-iTlthVnvjF8PLM,20499
         
     | 
| 
      
 155 
     | 
    
         
            +
            novelwriter/dialogs/about.py,sha256=qCOkWtwjjITa7aqn3W7EQeZLf_r4sPIptJ8PzL-L2Dg,4677
         
     | 
| 
      
 156 
     | 
    
         
            +
            novelwriter/dialogs/docmerge.py,sha256=_cuTJP54sIRfZEGnDwq0mGaX_ThWpsqrk0mOrK_LnTQ,6392
         
     | 
| 
      
 157 
     | 
    
         
            +
            novelwriter/dialogs/docsplit.py,sha256=Gmsucwb7yJC6HunpF-1uh_-pO5vF2G3HeFCrYR7_k2s,9667
         
     | 
| 
      
 158 
     | 
    
         
            +
            novelwriter/dialogs/editlabel.py,sha256=O74-dZ2YCqsnesQDZNLNBEMEimLqTus_wwg37CnMWY8,3304
         
     | 
| 
      
 159 
     | 
    
         
            +
            novelwriter/dialogs/preferences.py,sha256=qapCQATKvYnFE9SrQIKyRitXQ-8RIhCSDt8UMzKj4ko,43685
         
     | 
| 
      
 160 
     | 
    
         
            +
            novelwriter/dialogs/projectsettings.py,sha256=N_o6qcidbh6iOytwvG1r1_QIS7_2zGwagg-GeqEXzgg,31780
         
     | 
| 
      
 161 
     | 
    
         
            +
            novelwriter/dialogs/quotes.py,sha256=8aHpMEx0tMrRK4MJcEvCH-jwRoxuKysp_RSqfpIq87I,4873
         
     | 
| 
      
 162 
     | 
    
         
            +
            novelwriter/dialogs/wordlist.py,sha256=6m27a-J3As93R4GAKu4EXIqhFW85y8TG4NwOL_u9w6U,8704
         
     | 
| 
      
 163 
     | 
    
         
            +
            novelwriter/extensions/configlayout.py,sha256=tWT7do5zg1smG_Zd8QMboyORe1n7r0e52XwPAsz5cg4,10407
         
     | 
| 
      
 164 
     | 
    
         
            +
            novelwriter/extensions/eventfilters.py,sha256=M5tRlvT1fPCc4xwurzhWWkx3erhUqM9mQglP_oXHNbw,2640
         
     | 
| 
      
 165 
     | 
    
         
            +
            novelwriter/extensions/modified.py,sha256=29t7s_QQws4z89odwNmvyEdYfdCTlOkwtJsN1cf_Abk,9198
         
     | 
| 
      
 166 
     | 
    
         
            +
            novelwriter/extensions/novelselector.py,sha256=goBEt_LWissUlis031u_BA6mYIBjx8a_O3OLxib7ASs,4530
         
     | 
| 
      
 167 
     | 
    
         
            +
            novelwriter/extensions/pagedsidebar.py,sha256=CHbdyyafl1GKLuXxPZ3m_k4axTkGEa7nyy9Uy3UkLQM,7091
         
     | 
| 
      
 168 
     | 
    
         
            +
            novelwriter/extensions/progressbars.py,sha256=5fuIuodiH28kwLJROGoVBODWe4ECYVHgRqW9UcEc5Ro,4549
         
     | 
| 
      
 169 
     | 
    
         
            +
            novelwriter/extensions/statusled.py,sha256=IWRfXYGNeJwRcFI3BWVuYNN6ObEGX0p2fUqdhYsUihE,2726
         
     | 
| 
      
 170 
     | 
    
         
            +
            novelwriter/extensions/switch.py,sha256=-_XK7w1tDPyE7k57buxYxCf7PwWo_s8dlpnmVNTec2c,3999
         
     | 
| 
      
 171 
     | 
    
         
            +
            novelwriter/extensions/switchbox.py,sha256=d9cst2zb-lnmGwH82SQ6qakDvBkwYgaLbZxzqu8ny8E,4213
         
     | 
| 
      
 172 
     | 
    
         
            +
            novelwriter/extensions/versioninfo.py,sha256=j_kJptS0K3JnERbuxOUCzDGjtVS91f6hEzFm2xfhMAg,5145
         
     | 
| 
      
 173 
     | 
    
         
            +
            novelwriter/formats/shared.py,sha256=9i3nkVDWsUtpYfG91x7f7RgDhl2DtlEFV2I42tI1TO8,4717
         
     | 
| 
      
 174 
     | 
    
         
            +
            novelwriter/formats/todocx.py,sha256=pAPQCGwYmzTjRFXQdTgDpQWU4bNMTLhkECnb8QSS6Qg,40255
         
     | 
| 
      
 175 
     | 
    
         
            +
            novelwriter/formats/tohtml.py,sha256=8t79ycp9WHu_xkm5iRNkUfj1GKLL90jIj0d-l-LzagM,17178
         
     | 
| 
      
 176 
     | 
    
         
            +
            novelwriter/formats/tokenizer.py,sha256=QIEFzAv2rVAsEb4kND1Diw8IGh1a_Pq9WFNaMwJV-gs,48655
         
     | 
| 
      
 177 
     | 
    
         
            +
            novelwriter/formats/tomarkdown.py,sha256=Y25_LQV0YWpPAoZQF7t139T-7tzmE0B5GIsac6BKQao,6990
         
     | 
| 
      
 178 
     | 
    
         
            +
            novelwriter/formats/toodt.py,sha256=F7fh_38BA92ybuAM3QFjm6LgnNtY30VinWudATpfnoU,57955
         
     | 
| 
      
 179 
     | 
    
         
            +
            novelwriter/formats/toqdoc.py,sha256=tUkifQicNzMJ2BRsXiNhtfv_cFwnrw-IhWt85SA9Y24,18371
         
     | 
| 
      
 180 
     | 
    
         
            +
            novelwriter/formats/toraw.py,sha256=OlAapa2cVA-3Jq8u-cUsVW3uz7ikd41o0N5JXnvWuWI,2866
         
     | 
| 
      
 181 
     | 
    
         
            +
            novelwriter/gui/doceditor.py,sha256=MhoW2qKqRDgJpcDapE2OZifLrE0JYyZHea5vUzWIWUE,119448
         
     | 
| 
      
 182 
     | 
    
         
            +
            novelwriter/gui/dochighlight.py,sha256=h4Zu-AOY8sWsCfFuxQ1hrVxo6NLLVXZxrQeptx0Jaew,22086
         
     | 
| 
      
 183 
     | 
    
         
            +
            novelwriter/gui/docviewer.py,sha256=ZmuMtAnZ93OEBEWiuIQVoF_v7WukukteUSB_VbN5szA,34939
         
     | 
| 
      
 184 
     | 
    
         
            +
            novelwriter/gui/docviewerpanel.py,sha256=cdsLKLPLuOuGpFJTvLndKb4TXLtISfNiGD8DculckFQ,19234
         
     | 
| 
      
 185 
     | 
    
         
            +
            novelwriter/gui/editordocument.py,sha256=1e-U30gLfGuXngz3PlkGHGYejg9LYgO2Oq5pQ-P_4WQ,4736
         
     | 
| 
      
 186 
     | 
    
         
            +
            novelwriter/gui/itemdetails.py,sha256=hbAzIUo0zViBURE1dQAlxyZDdzhb72rZkkZJOe09uDg,9358
         
     | 
| 
      
 187 
     | 
    
         
            +
            novelwriter/gui/mainmenu.py,sha256=TCwwXPEVW1oHXA4lEBg-okbHMQKw3z2M7lB4dL05BrQ,42453
         
     | 
| 
      
 188 
     | 
    
         
            +
            novelwriter/gui/noveltree.py,sha256=-hERIQ4QgxctNAJqZujA2fAm87yrgHdn-A14eTF6jCw,20424
         
     | 
| 
      
 189 
     | 
    
         
            +
            novelwriter/gui/outline.py,sha256=Ywk8BWR0dB0NuENyYbdPOx9rFIS0UtD95VrkmK8bv4w,41604
         
     | 
| 
      
 190 
     | 
    
         
            +
            novelwriter/gui/projtree.py,sha256=Ywjf5HJOcKRTwJ8YmeNbDJd5ZWhVQx2d8acgd1cIwrc,53445
         
     | 
| 
      
 191 
     | 
    
         
            +
            novelwriter/gui/search.py,sha256=a9gHXJ0JQjhuH-01VLcFw05cnDz8X9AhZm5NRzVCwq0,13006
         
     | 
| 
      
 192 
     | 
    
         
            +
            novelwriter/gui/sidebar.py,sha256=cTWBA7tVkHk3gSwKOVs7we4fRkA-1KpjzFI1pkqUhx4,7297
         
     | 
| 
      
 193 
     | 
    
         
            +
            novelwriter/gui/statusbar.py,sha256=jbOytJlogasOvV3OQCg3gspHd-0t67IZvKSzrwIe1QY,9659
         
     | 
| 
      
 194 
     | 
    
         
            +
            novelwriter/gui/theme.py,sha256=Xr_MXq6893KtaRxw9TxOh3P935N11A_IZl_kT2GgcVA,43553
         
     | 
| 
      
 195 
     | 
    
         
            +
            novelwriter/text/comments.py,sha256=CH05Alodw1niKtWnAoqpcdzM_x_is7w1sIXA_ydv4Kg,2273
         
     | 
| 
      
 196 
     | 
    
         
            +
            novelwriter/text/counting.py,sha256=xfSshkcGTkAccGdHYVGooNaWlxA9jMYuhCjBmTnEBQc,4476
         
     | 
| 
      
 197 
     | 
    
         
            +
            novelwriter/text/patterns.py,sha256=5IsT4qL3oYlwfWZRjMmYC2TjeUOs0FA90GwBG0twtMY,7848
         
     | 
| 
      
 198 
     | 
    
         
            +
            novelwriter/tools/dictionaries.py,sha256=fg7j63jayLz5HATKDlG2qHI1OEWbCwOYc4gptD96V90,9227
         
     | 
| 
      
 199 
     | 
    
         
            +
            novelwriter/tools/lipsum.py,sha256=vKR7N-dEVKa2mdnULLac2badmrsveYqvyj4k6Bd1DTU,4960
         
     | 
| 
      
 200 
     | 
    
         
            +
            novelwriter/tools/manusbuild.py,sha256=z5142kULoqv4dsDoAg-XqFOO-Lgq2tzSHQ-YpwRfg9k,13480
         
     | 
| 
      
 201 
     | 
    
         
            +
            novelwriter/tools/manuscript.py,sha256=s9RtdGhmqwLiIM3LQIW_aUMQaG9kYU837kV5QUfef_0,40711
         
     | 
| 
      
 202 
     | 
    
         
            +
            novelwriter/tools/manussettings.py,sha256=PwrF_5xld7P_oph3TJFtNeA4of3xJ9aSpr0sxbdUHhU,65821
         
     | 
| 
      
 203 
     | 
    
         
            +
            novelwriter/tools/noveldetails.py,sha256=6dt-_XVrD-qp5Ik7sp62bbjZm_IubWdopO56O6eVmmc,18066
         
     | 
| 
      
 204 
     | 
    
         
            +
            novelwriter/tools/welcome.py,sha256=W-0A_PxZ_yNUWX45OPMK9IAQqtoaoxhg9BZ8heZEdBo,26415
         
     | 
| 
      
 205 
     | 
    
         
            +
            novelwriter/tools/writingstats.py,sha256=xg-cbkRaUyhyTH-twKZxHwrGdsi4ZCEwOIeDqP_bzzU,23245
         
     | 
| 
      
 206 
     | 
    
         
            +
            novelwriter-2.8b1.dist-info/licenses/LICENSE.md,sha256=2GirkkLrPfQqx7fACKRJjtKJUegKc8067erGvcDVQHM,32197
         
     | 
| 
      
 207 
     | 
    
         
            +
            novelwriter-2.8b1.dist-info/licenses/setup/LICENSE-Apache-2.0.txt,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
         
     | 
| 
      
 208 
     | 
    
         
            +
            novelwriter-2.8b1.dist-info/METADATA,sha256=FUPb-vq58LGfTkHcFeG1pfOQtQsRxOL0R9_ducdCV7o,2523
         
     | 
| 
      
 209 
     | 
    
         
            +
            novelwriter-2.8b1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
         
     | 
| 
      
 210 
     | 
    
         
            +
            novelwriter-2.8b1.dist-info/entry_points.txt,sha256=YDUG1w361LtLsjD3YhxoTDTwM17JA5-nigjC6j5C74A,45
         
     | 
| 
      
 211 
     | 
    
         
            +
            novelwriter-2.8b1.dist-info/top_level.txt,sha256=wFFEucjEeNC_Ap5ULBuEutg5a1Uc0-YO9uFT5L2naNI,12
         
     | 
| 
      
 212 
     | 
    
         
            +
            novelwriter-2.8b1.dist-info/RECORD,,
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,28 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name       = Cyberpunk Night
         
     | 
| 
       3 
     | 
    
         
            -
            author     = Anders Lemvigh
         
     | 
| 
       4 
     | 
    
         
            -
            url        = https://github.com/alemvigh
         
     | 
| 
       5 
     | 
    
         
            -
            license    = CC BY-SA 4.0
         
     | 
| 
       6 
     | 
    
         
            -
            licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       9 
     | 
    
         
            -
            background     =   0,   0,   0
         
     | 
| 
       10 
     | 
    
         
            -
            text           = 150, 150, 150
         
     | 
| 
       11 
     | 
    
         
            -
            link           =  77,  77, 255
         
     | 
| 
       12 
     | 
    
         
            -
            headertext     = 255, 255, 255
         
     | 
| 
       13 
     | 
    
         
            -
            headertag      =  50,   0, 180
         
     | 
| 
       14 
     | 
    
         
            -
            emphasis       =   0, 255, 255
         
     | 
| 
       15 
     | 
    
         
            -
            dialog         =   0, 255,   0
         
     | 
| 
       16 
     | 
    
         
            -
            altdialog      =   0, 140, 255
         
     | 
| 
       17 
     | 
    
         
            -
            note           = 150, 150, 150
         
     | 
| 
       18 
     | 
    
         
            -
            hidden         =  77,  77, 100
         
     | 
| 
       19 
     | 
    
         
            -
            shortcode      = 255, 255,   0
         
     | 
| 
       20 
     | 
    
         
            -
            keyword        = 255, 100, 255
         
     | 
| 
       21 
     | 
    
         
            -
            tag            = 255, 150,  10
         
     | 
| 
       22 
     | 
    
         
            -
            value          = 255, 150,  10
         
     | 
| 
       23 
     | 
    
         
            -
            spellcheckline = 242,  72,  23
         
     | 
| 
       24 
     | 
    
         
            -
            errorline      = 186, 218,   4
         
     | 
| 
       25 
     | 
    
         
            -
            replacetag     =   0,   0, 180
         
     | 
| 
       26 
     | 
    
         
            -
            modifier       = 144, 142, 176
         
     | 
| 
       27 
     | 
    
         
            -
            optional       = 180, 180, 180
         
     | 
| 
       28 
     | 
    
         
            -
            texthighlight  = 255, 255, 132, 96
         
     | 
| 
         @@ -1,42 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name       = Default Dark
         
     | 
| 
       3 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen
         
     | 
| 
       4 
     | 
    
         
            -
            credit     = Veronica Berglyd Olsen
         
     | 
| 
       5 
     | 
    
         
            -
            url        = https://github.com/vkbo/novelWriter
         
     | 
| 
       6 
     | 
    
         
            -
            license    = CC BY-SA 4.0
         
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            ##
         
     | 
| 
       10 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       11 
     | 
    
         
            -
            # Background   = 2a2a2a :  42,  42,  42
         
     | 
| 
       12 
     | 
    
         
            -
            # Foreground   = cccccc : 204, 204, 204
         
     | 
| 
       13 
     | 
    
         
            -
            # Comment      = 969696 : 150, 150, 150
         
     | 
| 
       14 
     | 
    
         
            -
            # Red          = e64250 : 230,  66,  80
         
     | 
| 
       15 
     | 
    
         
            -
            # Orange       = f99157 : 249, 145,  87
         
     | 
| 
       16 
     | 
    
         
            -
            # Yellow       = ffff84 : 255, 255, 132
         
     | 
| 
       17 
     | 
    
         
            -
            # Green        = 99cc99 : 153, 204, 153
         
     | 
| 
       18 
     | 
    
         
            -
            # Blue         = 288ed7 : 102, 153, 204
         
     | 
| 
       19 
     | 
    
         
            -
            # Purple       = 8c56d7 : 140,  86, 215
         
     | 
| 
       20 
     | 
    
         
            -
            ##
         
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       23 
     | 
    
         
            -
            background     =  42,  42,  42
         
     | 
| 
       24 
     | 
    
         
            -
            text           = 204, 204, 204
         
     | 
| 
       25 
     | 
    
         
            -
            link           = 102, 153, 204
         
     | 
| 
       26 
     | 
    
         
            -
            headertext     = 153, 204, 153
         
     | 
| 
       27 
     | 
    
         
            -
            headertag      = 153, 204, 153, 160
         
     | 
| 
       28 
     | 
    
         
            -
            emphasis       = 249, 145,  87
         
     | 
| 
       29 
     | 
    
         
            -
            dialog         = 102, 153, 204
         
     | 
| 
       30 
     | 
    
         
            -
            altdialog      = 102, 153, 204
         
     | 
| 
       31 
     | 
    
         
            -
            note           = 255, 255, 216
         
     | 
| 
       32 
     | 
    
         
            -
            hidden         = 150, 150, 150
         
     | 
| 
       33 
     | 
    
         
            -
            shortcode      = 153, 204, 153
         
     | 
| 
       34 
     | 
    
         
            -
            keyword        = 230,  66,  80
         
     | 
| 
       35 
     | 
    
         
            -
            tag            = 153, 204, 153
         
     | 
| 
       36 
     | 
    
         
            -
            value          = 102, 153, 204
         
     | 
| 
       37 
     | 
    
         
            -
            optional       = 153, 204, 153
         
     | 
| 
       38 
     | 
    
         
            -
            spellcheckline = 230,  66,  80
         
     | 
| 
       39 
     | 
    
         
            -
            errorline      = 153, 204, 153
         
     | 
| 
       40 
     | 
    
         
            -
            replacetag     = 153, 204, 153
         
     | 
| 
       41 
     | 
    
         
            -
            modifier       = 153, 204, 153
         
     | 
| 
       42 
     | 
    
         
            -
            texthighlight  = 255, 255, 132, 96
         
     | 
| 
         @@ -1,42 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name       = Default Light
         
     | 
| 
       3 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen
         
     | 
| 
       4 
     | 
    
         
            -
            credit     = Veronica Berglyd Olsen
         
     | 
| 
       5 
     | 
    
         
            -
            url        = https://github.com/vkbo/novelWriter
         
     | 
| 
       6 
     | 
    
         
            -
            license    = CC BY-SA 4.0
         
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            ##
         
     | 
| 
       10 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       11 
     | 
    
         
            -
            # Background   = ffffff : 255, 255, 255
         
     | 
| 
       12 
     | 
    
         
            -
            # Foreground   = 000000 :   0,   0,   0
         
     | 
| 
       13 
     | 
    
         
            -
            # Comment      = 646464 : 100, 100, 100
         
     | 
| 
       14 
     | 
    
         
            -
            # Red          = c83232 : 200,  50,  50
         
     | 
| 
       15 
     | 
    
         
            -
            # Orange       = ae6e1e : 174, 110,  30
         
     | 
| 
       16 
     | 
    
         
            -
            # Yellow       = 969600 : 150, 150,   0
         
     | 
| 
       17 
     | 
    
         
            -
            # Green        = 006400 :   0, 100,   0
         
     | 
| 
       18 
     | 
    
         
            -
            # Blue         = 0000c8 :   0,   0, 200
         
     | 
| 
       19 
     | 
    
         
            -
            # Purple       = 6400ae : 100,   0, 174
         
     | 
| 
       20 
     | 
    
         
            -
            ##
         
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       23 
     | 
    
         
            -
            background     = 255, 255, 255
         
     | 
| 
       24 
     | 
    
         
            -
            text           =   0,   0,   0
         
     | 
| 
       25 
     | 
    
         
            -
            link           =   0,   0, 200
         
     | 
| 
       26 
     | 
    
         
            -
            headertext     =   0, 100,   0
         
     | 
| 
       27 
     | 
    
         
            -
            headertag      =   0, 100,   0, 160
         
     | 
| 
       28 
     | 
    
         
            -
            emphasis       = 174, 110,  30
         
     | 
| 
       29 
     | 
    
         
            -
            dialog         =   0,   0, 200
         
     | 
| 
       30 
     | 
    
         
            -
            altdialog      =   0,   0, 200
         
     | 
| 
       31 
     | 
    
         
            -
            note           = 100, 100,   0
         
     | 
| 
       32 
     | 
    
         
            -
            hidden         = 100, 100, 100
         
     | 
| 
       33 
     | 
    
         
            -
            shortcode      =   0, 100,   0
         
     | 
| 
       34 
     | 
    
         
            -
            keyword        = 200,  50,  50
         
     | 
| 
       35 
     | 
    
         
            -
            tag            =   0, 100,   0
         
     | 
| 
       36 
     | 
    
         
            -
            value          =   0,   0, 200
         
     | 
| 
       37 
     | 
    
         
            -
            optional       =   0, 100,   0
         
     | 
| 
       38 
     | 
    
         
            -
            spellcheckline = 200,  50,  50
         
     | 
| 
       39 
     | 
    
         
            -
            errorline      =   0, 100,   0
         
     | 
| 
       40 
     | 
    
         
            -
            replacetag     =   0, 100,   0
         
     | 
| 
       41 
     | 
    
         
            -
            modifier       =   0, 100,   0
         
     | 
| 
       42 
     | 
    
         
            -
            texthighlight  = 150, 150,   0, 96
         
     | 
| 
         @@ -1,44 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name       = Dracula
         
     | 
| 
       3 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
       4 
     | 
    
         
            -
            credit     = Zeno Rocha
         
     | 
| 
       5 
     | 
    
         
            -
            url        = https://draculatheme.com
         
     | 
| 
       6 
     | 
    
         
            -
            license    = MIT
         
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://github.com/dracula/dracula-theme/blob/main/LICENSE
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            ##
         
     | 
| 
       10 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       11 
     | 
    
         
            -
            # Background   = 282a36 :  40,  42,  54
         
     | 
| 
       12 
     | 
    
         
            -
            # Foreground   = f8f8f2 : 248, 248, 242
         
     | 
| 
       13 
     | 
    
         
            -
            # Comment      = 6272a4 :  98, 114, 164
         
     | 
| 
       14 
     | 
    
         
            -
            # Cyan         = 8be9fd : 139, 233, 253
         
     | 
| 
       15 
     | 
    
         
            -
            # Green        = 50fa7b :  80, 250, 123
         
     | 
| 
       16 
     | 
    
         
            -
            # Orange       = ffb86c : 255, 184, 108
         
     | 
| 
       17 
     | 
    
         
            -
            # Pink         = ff79c6 : 255, 121, 198
         
     | 
| 
       18 
     | 
    
         
            -
            # Purple       = bd93f9 : 189, 147, 249
         
     | 
| 
       19 
     | 
    
         
            -
            # Red          = ff5555 : 255,  85,  85
         
     | 
| 
       20 
     | 
    
         
            -
            # Yellow       = f1fa8c : 241, 250, 140
         
     | 
| 
       21 
     | 
    
         
            -
            ##
         
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       24 
     | 
    
         
            -
            # See: https://spec.draculatheme.com/
         
     | 
| 
       25 
     | 
    
         
            -
            background     =  40,  42,  54
         
     | 
| 
       26 
     | 
    
         
            -
            text           = 248, 248, 242
         
     | 
| 
       27 
     | 
    
         
            -
            link           = 255, 121, 198
         
     | 
| 
       28 
     | 
    
         
            -
            headertext     = 189, 147, 249
         
     | 
| 
       29 
     | 
    
         
            -
            headertag      = 189, 147, 249, 160
         
     | 
| 
       30 
     | 
    
         
            -
            emphasis       = 255, 184, 108
         
     | 
| 
       31 
     | 
    
         
            -
            dialog         =  80, 250, 123
         
     | 
| 
       32 
     | 
    
         
            -
            altdialog      = 241, 250, 140
         
     | 
| 
       33 
     | 
    
         
            -
            note           = 255, 204, 233
         
     | 
| 
       34 
     | 
    
         
            -
            hidden         =  98, 114, 164
         
     | 
| 
       35 
     | 
    
         
            -
            shortcode      = 139, 233, 253
         
     | 
| 
       36 
     | 
    
         
            -
            keyword        = 255, 121, 198
         
     | 
| 
       37 
     | 
    
         
            -
            tag            = 255, 184, 108
         
     | 
| 
       38 
     | 
    
         
            -
            value          = 255, 184, 108
         
     | 
| 
       39 
     | 
    
         
            -
            optional       =  80, 250, 123
         
     | 
| 
       40 
     | 
    
         
            -
            spellcheckline = 255,  85,  85
         
     | 
| 
       41 
     | 
    
         
            -
            errorline      =  80, 250, 123
         
     | 
| 
       42 
     | 
    
         
            -
            replacetag     = 241, 250, 140
         
     | 
| 
       43 
     | 
    
         
            -
            modifier       = 139, 233, 253
         
     | 
| 
       44 
     | 
    
         
            -
            texthighlight  = 241, 250, 140, 96
         
     | 
| 
         @@ -1,29 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name       = Grey Dark
         
     | 
| 
       3 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen
         
     | 
| 
       4 
     | 
    
         
            -
            credit     = Veronica Berglyd Olsen
         
     | 
| 
       5 
     | 
    
         
            -
            url        = https://github.com/vkbo/novelWriter
         
     | 
| 
       6 
     | 
    
         
            -
            license    = CC BY-SA 4.0
         
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       10 
     | 
    
         
            -
            background     =  54,  54,  54
         
     | 
| 
       11 
     | 
    
         
            -
            text           = 200, 200, 200
         
     | 
| 
       12 
     | 
    
         
            -
            link           = 200, 200, 200
         
     | 
| 
       13 
     | 
    
         
            -
            headertext     = 225, 225, 225
         
     | 
| 
       14 
     | 
    
         
            -
            headertag      = 225, 225, 225, 160
         
     | 
| 
       15 
     | 
    
         
            -
            emphasis       = 200, 200, 200
         
     | 
| 
       16 
     | 
    
         
            -
            dialog         = 200, 200, 200
         
     | 
| 
       17 
     | 
    
         
            -
            altdialog      = 200, 200, 200
         
     | 
| 
       18 
     | 
    
         
            -
            note           = 200, 200, 200
         
     | 
| 
       19 
     | 
    
         
            -
            hidden         = 150, 150, 150
         
     | 
| 
       20 
     | 
    
         
            -
            shortcode      = 225, 225, 225
         
     | 
| 
       21 
     | 
    
         
            -
            keyword        = 225, 225, 225
         
     | 
| 
       22 
     | 
    
         
            -
            tag            = 200, 200, 200
         
     | 
| 
       23 
     | 
    
         
            -
            value          = 200, 200, 200
         
     | 
| 
       24 
     | 
    
         
            -
            optional       = 225, 225, 225
         
     | 
| 
       25 
     | 
    
         
            -
            spellcheckline = 200,  46,   0
         
     | 
| 
       26 
     | 
    
         
            -
            errorline      =  46, 200,   0
         
     | 
| 
       27 
     | 
    
         
            -
            replacetag     = 225, 225, 225
         
     | 
| 
       28 
     | 
    
         
            -
            modifier       = 225, 225, 225
         
     | 
| 
       29 
     | 
    
         
            -
            texthighlight  = 255, 255, 255, 64
         
     | 
| 
         @@ -1,29 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name       = Grey Light
         
     | 
| 
       3 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen
         
     | 
| 
       4 
     | 
    
         
            -
            credit     = Veronica Berglyd Olsen
         
     | 
| 
       5 
     | 
    
         
            -
            url        = https://github.com/vkbo/novelWriter
         
     | 
| 
       6 
     | 
    
         
            -
            license    = CC BY-SA 4.0
         
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       10 
     | 
    
         
            -
            background     = 255, 255, 255
         
     | 
| 
       11 
     | 
    
         
            -
            text           =  20,  20,  20
         
     | 
| 
       12 
     | 
    
         
            -
            link           =  20,  20,  20
         
     | 
| 
       13 
     | 
    
         
            -
            headertext     =   0,   0,   0
         
     | 
| 
       14 
     | 
    
         
            -
            headertag      =   0,   0,   0, 160
         
     | 
| 
       15 
     | 
    
         
            -
            emphasis       =  20,  20,  20
         
     | 
| 
       16 
     | 
    
         
            -
            dialog         =  20,  20,  20
         
     | 
| 
       17 
     | 
    
         
            -
            altdialog      =  20,  20,  20
         
     | 
| 
       18 
     | 
    
         
            -
            note           =  20,  20,  20
         
     | 
| 
       19 
     | 
    
         
            -
            hidden         = 100, 100, 100
         
     | 
| 
       20 
     | 
    
         
            -
            shortcode      =   0,   0,   0
         
     | 
| 
       21 
     | 
    
         
            -
            keyword        =   0,   0,   0
         
     | 
| 
       22 
     | 
    
         
            -
            tag            =  20,  20,  20
         
     | 
| 
       23 
     | 
    
         
            -
            value          =  20,  20,  20
         
     | 
| 
       24 
     | 
    
         
            -
            optional       =   0,   0,   0
         
     | 
| 
       25 
     | 
    
         
            -
            spellcheckline = 200,   0,   0
         
     | 
| 
       26 
     | 
    
         
            -
            errorline      =   0, 150,   0
         
     | 
| 
       27 
     | 
    
         
            -
            replacetag     =   0,   0,   0
         
     | 
| 
       28 
     | 
    
         
            -
            modifier       =   0,   0,   0
         
     | 
| 
       29 
     | 
    
         
            -
            texthighlight  =   0,   0,   0, 64
         
     | 
| 
         @@ -1,49 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ##
         
     | 
| 
       2 
     | 
    
         
            -
            # Theme:  Light Owl
         
     | 
| 
       3 
     | 
    
         
            -
            # Source: https://github.com/sdras/night-owl-vscode-theme
         
     | 
| 
       4 
     | 
    
         
            -
            # Credit: Sarah Drasner
         
     | 
| 
       5 
     | 
    
         
            -
            ##
         
     | 
| 
       6 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       7 
     | 
    
         
            -
            # Background   = fbfbfb : 251, 251, 251
         
     | 
| 
       8 
     | 
    
         
            -
            # Current Line = e0e0e0 : 224, 224, 224
         
     | 
| 
       9 
     | 
    
         
            -
            # Selection    = e0e0e0 : 224, 224, 224
         
     | 
| 
       10 
     | 
    
         
            -
            # Foreground   = 403f52 :  64,  63,  82
         
     | 
| 
       11 
     | 
    
         
            -
            # Comment      = 989fb1 : 152, 159, 177
         
     | 
| 
       12 
     | 
    
         
            -
            # Red          = de3d3a : 222,  61,  58
         
     | 
| 
       13 
     | 
    
         
            -
            # Orange       = e0af05 : 224, 175,   5
         
     | 
| 
       14 
     | 
    
         
            -
            # Yellow       = daaa01 : 218, 170,   1
         
     | 
| 
       15 
     | 
    
         
            -
            # Green        = 08916a :   8, 145, 106
         
     | 
| 
       16 
     | 
    
         
            -
            # Aqua         = 2aa298 :  42, 162, 152
         
     | 
| 
       17 
     | 
    
         
            -
            # Blue         = 288ed7 :  40, 142, 215
         
     | 
| 
       18 
     | 
    
         
            -
            # Purple       = 964ac1 : 150,  74, 193
         
     | 
| 
       19 
     | 
    
         
            -
            ##
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
            [Main]
         
     | 
| 
       22 
     | 
    
         
            -
            name       = Light Owl
         
     | 
| 
       23 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
       24 
     | 
    
         
            -
            credit     = Sarah Drasner (color theme)
         
     | 
| 
       25 
     | 
    
         
            -
            url        = https://github.com/sdras/night-owl-vscode-theme
         
     | 
| 
       26 
     | 
    
         
            -
            license    = MIT License
         
     | 
| 
       27 
     | 
    
         
            -
            licenseurl = https://github.com/sdras/night-owl-vscode-theme/blob/master/LICENSE
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       30 
     | 
    
         
            -
            background     = 251, 251, 251
         
     | 
| 
       31 
     | 
    
         
            -
            text           =  64,  63,  82
         
     | 
| 
       32 
     | 
    
         
            -
            link           =  40, 142, 215
         
     | 
| 
       33 
     | 
    
         
            -
            headertext     =  40, 142, 215
         
     | 
| 
       34 
     | 
    
         
            -
            headertag      =  40, 142, 215, 160
         
     | 
| 
       35 
     | 
    
         
            -
            emphasis       = 224, 175,   5
         
     | 
| 
       36 
     | 
    
         
            -
            dialog         =   8, 145, 106
         
     | 
| 
       37 
     | 
    
         
            -
            altdialog      = 218, 170,   1
         
     | 
| 
       38 
     | 
    
         
            -
            note           = 128, 118,  75
         
     | 
| 
       39 
     | 
    
         
            -
            hidden         = 152, 159, 177
         
     | 
| 
       40 
     | 
    
         
            -
            shortcode      =  40, 142, 215
         
     | 
| 
       41 
     | 
    
         
            -
            keyword        = 222,  61,  58
         
     | 
| 
       42 
     | 
    
         
            -
            tag            = 150,  74, 193
         
     | 
| 
       43 
     | 
    
         
            -
            value          = 224, 175,   5
         
     | 
| 
       44 
     | 
    
         
            -
            optional       =  40, 142, 215
         
     | 
| 
       45 
     | 
    
         
            -
            spellcheckline = 222,  61,  58
         
     | 
| 
       46 
     | 
    
         
            -
            errorline      =   8, 145, 106
         
     | 
| 
       47 
     | 
    
         
            -
            replacetag     =  42, 162, 152
         
     | 
| 
       48 
     | 
    
         
            -
            modifier       =   8, 145, 106
         
     | 
| 
       49 
     | 
    
         
            -
            texthighlight  = 218, 170,   1, 96
         
     |