novelWriter 2.7.4__py3-none-any.whl → 2.8b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +207 -245
 - 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 +25 -13
 - {novelwriter-2.7.4.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.4.dist-info/RECORD +0 -163
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/WHEEL +0 -0
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/entry_points.txt +0 -0
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/licenses/LICENSE.md +0 -0
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/licenses/setup/LICENSE-Apache-2.0.txt +0 -0
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/top_level.txt +0 -0
 
| 
         @@ -1,49 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ##
         
     | 
| 
       2 
     | 
    
         
            -
            # Theme:  Night Owl
         
     | 
| 
       3 
     | 
    
         
            -
            # Source: https://github.com/sdras/night-owl-vscode-theme
         
     | 
| 
       4 
     | 
    
         
            -
            # Credit: Sarah Drasner
         
     | 
| 
       5 
     | 
    
         
            -
            ##
         
     | 
| 
       6 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       7 
     | 
    
         
            -
            # Background   = 011627 :   1,  22,  39
         
     | 
| 
       8 
     | 
    
         
            -
            # Current Line = 32374d :  50,  55,  77
         
     | 
| 
       9 
     | 
    
         
            -
            # Selection    = 32374d :  50,  55,  77
         
     | 
| 
       10 
     | 
    
         
            -
            # Foreground   = d6deeb : 214, 222, 235
         
     | 
| 
       11 
     | 
    
         
            -
            # Comment      = 637777 :  99, 119, 119
         
     | 
| 
       12 
     | 
    
         
            -
            # Red          = f78c6c : 247, 140, 108
         
     | 
| 
       13 
     | 
    
         
            -
            # Orange       = ecc48d : 236, 196, 141
         
     | 
| 
       14 
     | 
    
         
            -
            # Yellow       = ffeb95 : 255, 235, 149
         
     | 
| 
       15 
     | 
    
         
            -
            # Green        = addb67 : 173, 219, 103
         
     | 
| 
       16 
     | 
    
         
            -
            # Aqua         = 7fdbca : 127, 219, 202
         
     | 
| 
       17 
     | 
    
         
            -
            # Blue         = 82aaff : 130, 170, 255
         
     | 
| 
       18 
     | 
    
         
            -
            # Purple       = c792ea : 199, 146, 234
         
     | 
| 
       19 
     | 
    
         
            -
            ##
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
            [Main]
         
     | 
| 
       22 
     | 
    
         
            -
            name       = Night 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     =   1,  22,  39
         
     | 
| 
       31 
     | 
    
         
            -
            text           = 214, 222, 235
         
     | 
| 
       32 
     | 
    
         
            -
            link           = 130, 170, 255
         
     | 
| 
       33 
     | 
    
         
            -
            headertext     = 130, 170, 255
         
     | 
| 
       34 
     | 
    
         
            -
            headertag      = 130, 170, 255, 160
         
     | 
| 
       35 
     | 
    
         
            -
            emphasis       = 236, 196, 141
         
     | 
| 
       36 
     | 
    
         
            -
            dialog         = 173, 219, 103
         
     | 
| 
       37 
     | 
    
         
            -
            altdialog      = 255, 235, 149
         
     | 
| 
       38 
     | 
    
         
            -
            note           = 255, 249, 202
         
     | 
| 
       39 
     | 
    
         
            -
            hidden         =  99, 119, 119
         
     | 
| 
       40 
     | 
    
         
            -
            shortcode      = 130, 170, 255
         
     | 
| 
       41 
     | 
    
         
            -
            keyword        = 247, 140, 108
         
     | 
| 
       42 
     | 
    
         
            -
            tag            = 199, 146, 234
         
     | 
| 
       43 
     | 
    
         
            -
            value          = 255, 235, 149
         
     | 
| 
       44 
     | 
    
         
            -
            optional       = 130, 170, 255
         
     | 
| 
       45 
     | 
    
         
            -
            spellcheckline = 247, 140, 108
         
     | 
| 
       46 
     | 
    
         
            -
            errorline      = 173, 219, 103
         
     | 
| 
       47 
     | 
    
         
            -
            replacetag     = 127, 219, 202
         
     | 
| 
       48 
     | 
    
         
            -
            modifier       = 173, 219, 103
         
     | 
| 
       49 
     | 
    
         
            -
            texthighlight  = 255, 235, 149, 96
         
     | 
| 
         @@ -1,42 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name       = Snazzy Light
         
     | 
| 
       3 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
       4 
     | 
    
         
            -
            credit     = Florian Reuschel (color theme)
         
     | 
| 
       5 
     | 
    
         
            -
            url        = https://github.com/loilo/vscode-snazzy-light
         
     | 
| 
       6 
     | 
    
         
            -
            license    = MIT License
         
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://github.com/loilo/vscode-snazzy-light/blob/master/LICENSE
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            ##
         
     | 
| 
       10 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       11 
     | 
    
         
            -
            # Background   = fafbfc : 250, 251, 252
         
     | 
| 
       12 
     | 
    
         
            -
            # Foreground   = 565869 :  86,  88, 105
         
     | 
| 
       13 
     | 
    
         
            -
            # Comment      = 9194a2 : 145, 148, 162
         
     | 
| 
       14 
     | 
    
         
            -
            # Yellow       = cf9c00 : 207, 156,   0
         
     | 
| 
       15 
     | 
    
         
            -
            # Red          = ff5c57 : 255,  92,  87
         
     | 
| 
       16 
     | 
    
         
            -
            # Pink         = f767bb : 247, 103, 187
         
     | 
| 
       17 
     | 
    
         
            -
            # Blue         = 09a1ed :   9, 161, 237
         
     | 
| 
       18 
     | 
    
         
            -
            # Cyan         = 13bbb7 :  19, 187, 183
         
     | 
| 
       19 
     | 
    
         
            -
            # Green        = 2dae58 :  45, 174,  88
         
     | 
| 
       20 
     | 
    
         
            -
            ##
         
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       23 
     | 
    
         
            -
            background     = 250, 251, 252
         
     | 
| 
       24 
     | 
    
         
            -
            text           =  86,  88, 105
         
     | 
| 
       25 
     | 
    
         
            -
            link           =   9, 161, 237
         
     | 
| 
       26 
     | 
    
         
            -
            headertext     =  45, 174,  88
         
     | 
| 
       27 
     | 
    
         
            -
            headertag      =  45, 174,  88, 160
         
     | 
| 
       28 
     | 
    
         
            -
            emphasis       = 247, 103, 187
         
     | 
| 
       29 
     | 
    
         
            -
            dialog         =   9, 161, 237
         
     | 
| 
       30 
     | 
    
         
            -
            altdialog      = 207, 156,   0
         
     | 
| 
       31 
     | 
    
         
            -
            note           = 120, 187, 185
         
     | 
| 
       32 
     | 
    
         
            -
            hidden         = 145, 148, 162
         
     | 
| 
       33 
     | 
    
         
            -
            shortcode      = 247, 103, 187
         
     | 
| 
       34 
     | 
    
         
            -
            keyword        =   9, 161, 237
         
     | 
| 
       35 
     | 
    
         
            -
            tag            =  45, 174,  88
         
     | 
| 
       36 
     | 
    
         
            -
            value          = 207, 156,   0
         
     | 
| 
       37 
     | 
    
         
            -
            optional       = 207, 156,   0
         
     | 
| 
       38 
     | 
    
         
            -
            spellcheckline = 255,  92,  87
         
     | 
| 
       39 
     | 
    
         
            -
            errorline      =  45, 174,  88
         
     | 
| 
       40 
     | 
    
         
            -
            replacetag     =  19, 187, 183
         
     | 
| 
       41 
     | 
    
         
            -
            modifier       = 247, 103, 187
         
     | 
| 
       42 
     | 
    
         
            -
            texthighlight  = 207, 156,   0, 96
         
     | 
| 
         @@ -1,29 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name       = Solarized Dark
         
     | 
| 
       3 
     | 
    
         
            -
            author     = nullbasis
         
     | 
| 
       4 
     | 
    
         
            -
            credit     = Ethan Schoonover
         
     | 
| 
       5 
     | 
    
         
            -
            url        = https://ethanschoonover.com/solarized/
         
     | 
| 
       6 
     | 
    
         
            -
            license    = MIT
         
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       10 
     | 
    
         
            -
            background     =   7,  54,  66
         
     | 
| 
       11 
     | 
    
         
            -
            text           = 253, 246, 227
         
     | 
| 
       12 
     | 
    
         
            -
            link           =  38, 139, 210
         
     | 
| 
       13 
     | 
    
         
            -
            headertext     = 147, 161, 161
         
     | 
| 
       14 
     | 
    
         
            -
            headertag      =  42, 161, 152
         
     | 
| 
       15 
     | 
    
         
            -
            emphasis       =  38, 139, 210
         
     | 
| 
       16 
     | 
    
         
            -
            dialog         =  42, 161, 152
         
     | 
| 
       17 
     | 
    
         
            -
            altdialog      =  42, 161, 152
         
     | 
| 
       18 
     | 
    
         
            -
            note           = 101, 161, 156
         
     | 
| 
       19 
     | 
    
         
            -
            hidden         = 147, 161, 161
         
     | 
| 
       20 
     | 
    
         
            -
            shortcode      = 147, 161, 161
         
     | 
| 
       21 
     | 
    
         
            -
            keyword        = 133, 153,   0
         
     | 
| 
       22 
     | 
    
         
            -
            tag            = 203,  75,  22
         
     | 
| 
       23 
     | 
    
         
            -
            value          = 203,  75,  22
         
     | 
| 
       24 
     | 
    
         
            -
            optional       = 147, 161, 161
         
     | 
| 
       25 
     | 
    
         
            -
            spellcheckline = 203,  75,  22
         
     | 
| 
       26 
     | 
    
         
            -
            errorline      = 220,  50,  47
         
     | 
| 
       27 
     | 
    
         
            -
            replacetag     = 133, 153,   0
         
     | 
| 
       28 
     | 
    
         
            -
            modifier       = 181, 137,   0
         
     | 
| 
       29 
     | 
    
         
            -
            texthighlight  = 181, 137,   0, 96
         
     | 
| 
         @@ -1,29 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name       = Solarized Light
         
     | 
| 
       3 
     | 
    
         
            -
            author     = nullbasis
         
     | 
| 
       4 
     | 
    
         
            -
            credit     = Ethan Schoonover
         
     | 
| 
       5 
     | 
    
         
            -
            url        = https://ethanschoonover.com/solarized/
         
     | 
| 
       6 
     | 
    
         
            -
            license    = MIT
         
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       10 
     | 
    
         
            -
            background     = 253, 246, 227
         
     | 
| 
       11 
     | 
    
         
            -
            text           =   0,  43,  54
         
     | 
| 
       12 
     | 
    
         
            -
            link           =  38, 139, 210
         
     | 
| 
       13 
     | 
    
         
            -
            headertext     =  88, 110, 117
         
     | 
| 
       14 
     | 
    
         
            -
            headertag      =  42, 161, 152
         
     | 
| 
       15 
     | 
    
         
            -
            emphasis       =  38, 139, 210
         
     | 
| 
       16 
     | 
    
         
            -
            dialog         =  42, 161, 152
         
     | 
| 
       17 
     | 
    
         
            -
            altdialog      =  42, 161, 152
         
     | 
| 
       18 
     | 
    
         
            -
            note           =  27, 102,  96
         
     | 
| 
       19 
     | 
    
         
            -
            hidden         =  88, 110, 117
         
     | 
| 
       20 
     | 
    
         
            -
            shortcode      =  88, 110, 117
         
     | 
| 
       21 
     | 
    
         
            -
            keyword        = 133, 153,   0
         
     | 
| 
       22 
     | 
    
         
            -
            tag            = 203,  75,  22
         
     | 
| 
       23 
     | 
    
         
            -
            value          = 203,  75,  22
         
     | 
| 
       24 
     | 
    
         
            -
            optional       =  88, 110, 117
         
     | 
| 
       25 
     | 
    
         
            -
            spellcheckline = 203,  75,  22
         
     | 
| 
       26 
     | 
    
         
            -
            errorline      = 220,  50,  47
         
     | 
| 
       27 
     | 
    
         
            -
            replacetag     = 133, 153,   0
         
     | 
| 
       28 
     | 
    
         
            -
            modifier       = 181, 137,   0
         
     | 
| 
       29 
     | 
    
         
            -
            texthighlight  = 181, 137,   0, 96
         
     | 
| 
         @@ -1,39 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name   = Tango
         
     | 
| 
       3 
     | 
    
         
            -
            author = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            ##
         
     | 
| 
       6 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       7 
     | 
    
         
            -
            # Background   = 30302f :  48,  48,  47
         
     | 
| 
       8 
     | 
    
         
            -
            # Foreground   = eeeeec : 238, 238, 236
         
     | 
| 
       9 
     | 
    
         
            -
            # Comment      = 8f8f8d : 143, 143, 141
         
     | 
| 
       10 
     | 
    
         
            -
            # Red          = ef2929 : 239,  41,  41
         
     | 
| 
       11 
     | 
    
         
            -
            # Orange       = c4a000 : 196, 160,   0
         
     | 
| 
       12 
     | 
    
         
            -
            # Yellow       = fce94f : 252, 233,  79
         
     | 
| 
       13 
     | 
    
         
            -
            # Green        = 8ae234 : 138, 226,  52
         
     | 
| 
       14 
     | 
    
         
            -
            # Cyan         = 34e2e2 :  52, 226, 226
         
     | 
| 
       15 
     | 
    
         
            -
            # Blue         = 3465a4 : 114, 159, 207
         
     | 
| 
       16 
     | 
    
         
            -
            # Purple       = ad7fa8 : 173, 127, 168
         
     | 
| 
       17 
     | 
    
         
            -
            ##
         
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       20 
     | 
    
         
            -
            background     =  48,  48,  47
         
     | 
| 
       21 
     | 
    
         
            -
            text           = 238, 238, 236
         
     | 
| 
       22 
     | 
    
         
            -
            link           = 114, 159, 207
         
     | 
| 
       23 
     | 
    
         
            -
            headertext     = 114, 159, 207
         
     | 
| 
       24 
     | 
    
         
            -
            headertag      = 114, 159, 207, 160
         
     | 
| 
       25 
     | 
    
         
            -
            emphasis       = 196, 160,   0
         
     | 
| 
       26 
     | 
    
         
            -
            dialog         = 138, 226,  52
         
     | 
| 
       27 
     | 
    
         
            -
            altdialog      = 252, 233,  79
         
     | 
| 
       28 
     | 
    
         
            -
            note           = 252, 242, 164
         
     | 
| 
       29 
     | 
    
         
            -
            hidden         = 143, 143, 141
         
     | 
| 
       30 
     | 
    
         
            -
            shortcode      = 114, 159, 207
         
     | 
| 
       31 
     | 
    
         
            -
            keyword        = 239,  41,  41
         
     | 
| 
       32 
     | 
    
         
            -
            tag            = 173, 127, 168
         
     | 
| 
       33 
     | 
    
         
            -
            value          = 239,  41,  41
         
     | 
| 
       34 
     | 
    
         
            -
            optional       = 114, 159, 207
         
     | 
| 
       35 
     | 
    
         
            -
            spellcheckline = 239,  41,  41
         
     | 
| 
       36 
     | 
    
         
            -
            errorline      = 138, 226,  52
         
     | 
| 
       37 
     | 
    
         
            -
            replacetag     =  52, 226, 226
         
     | 
| 
       38 
     | 
    
         
            -
            modifier       = 114, 159, 207
         
     | 
| 
       39 
     | 
    
         
            -
            texthighlight  = 252, 233,  79, 96
         
     | 
| 
         @@ -1,49 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ##
         
     | 
| 
       2 
     | 
    
         
            -
            # Theme:  Tomorrow
         
     | 
| 
       3 
     | 
    
         
            -
            # Source: https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       4 
     | 
    
         
            -
            # Credit: Chris Kempson
         
     | 
| 
       5 
     | 
    
         
            -
            ##
         
     | 
| 
       6 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       7 
     | 
    
         
            -
            # Background   = ffffff : 255, 255, 255
         
     | 
| 
       8 
     | 
    
         
            -
            # Current Line = efefef : 239, 239, 239
         
     | 
| 
       9 
     | 
    
         
            -
            # Selection    = d6d6d6 : 214, 214, 214
         
     | 
| 
       10 
     | 
    
         
            -
            # Foreground   = 4d4d4c :  77,  77,  76
         
     | 
| 
       11 
     | 
    
         
            -
            # Comment      = 8e908c : 142, 144, 140
         
     | 
| 
       12 
     | 
    
         
            -
            # Red          = c82829 : 240,  40,  41
         
     | 
| 
       13 
     | 
    
         
            -
            # Orange       = f5871f : 245, 135,  31
         
     | 
| 
       14 
     | 
    
         
            -
            # Yellow       = eab700 : 234, 183,   0
         
     | 
| 
       15 
     | 
    
         
            -
            # Green        = 718c00 : 113, 140,   0
         
     | 
| 
       16 
     | 
    
         
            -
            # Aqua         = 3e999f :  62, 153, 159
         
     | 
| 
       17 
     | 
    
         
            -
            # Blue         = 4271ae :  66, 113, 174
         
     | 
| 
       18 
     | 
    
         
            -
            # Purple       = 8959a8 : 137,  89, 168
         
     | 
| 
       19 
     | 
    
         
            -
            ##
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
            [Main]
         
     | 
| 
       22 
     | 
    
         
            -
            name       = Tomorrow
         
     | 
| 
       23 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
       24 
     | 
    
         
            -
            credit     = Chris Kempson (color theme)
         
     | 
| 
       25 
     | 
    
         
            -
            url        = https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       26 
     | 
    
         
            -
            license    = MIT License
         
     | 
| 
       27 
     | 
    
         
            -
            licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       30 
     | 
    
         
            -
            background     = 255, 255, 255
         
     | 
| 
       31 
     | 
    
         
            -
            text           =  77,  77,  76
         
     | 
| 
       32 
     | 
    
         
            -
            link           =  66, 113, 174
         
     | 
| 
       33 
     | 
    
         
            -
            headertext     =  66, 113, 174
         
     | 
| 
       34 
     | 
    
         
            -
            headertag      =  66, 113, 174, 160
         
     | 
| 
       35 
     | 
    
         
            -
            emphasis       = 245, 135,  31
         
     | 
| 
       36 
     | 
    
         
            -
            dialog         = 113, 140,   0
         
     | 
| 
       37 
     | 
    
         
            -
            altdialog      = 234, 183,   0
         
     | 
| 
       38 
     | 
    
         
            -
            note           = 115,  90,   0
         
     | 
| 
       39 
     | 
    
         
            -
            hidden         = 142, 144, 140
         
     | 
| 
       40 
     | 
    
         
            -
            shortcode      =  66, 113, 174
         
     | 
| 
       41 
     | 
    
         
            -
            keyword        = 240,  40,  41
         
     | 
| 
       42 
     | 
    
         
            -
            tag            = 137,  89, 168
         
     | 
| 
       43 
     | 
    
         
            -
            value          = 234, 183,   0
         
     | 
| 
       44 
     | 
    
         
            -
            optional       =  66, 113, 174
         
     | 
| 
       45 
     | 
    
         
            -
            spellcheckline = 240,  40,  41
         
     | 
| 
       46 
     | 
    
         
            -
            errorline      = 113, 140,   0
         
     | 
| 
       47 
     | 
    
         
            -
            replacetag     =  62, 153, 159
         
     | 
| 
       48 
     | 
    
         
            -
            modifier       = 245, 135,  31
         
     | 
| 
       49 
     | 
    
         
            -
            texthighlight  = 234, 183,   0, 96
         
     | 
| 
         @@ -1,49 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ##
         
     | 
| 
       2 
     | 
    
         
            -
            # Theme:  Tomorrow Night
         
     | 
| 
       3 
     | 
    
         
            -
            # Source: https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       4 
     | 
    
         
            -
            # Credit: Chris Kempson
         
     | 
| 
       5 
     | 
    
         
            -
            ##
         
     | 
| 
       6 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       7 
     | 
    
         
            -
            # Background   = 1d1f21 :  29,  31,  33
         
     | 
| 
       8 
     | 
    
         
            -
            # Current Line = 282a2e :  40,  42,  46
         
     | 
| 
       9 
     | 
    
         
            -
            # Selection    = 373b41 :  55,  59.  65
         
     | 
| 
       10 
     | 
    
         
            -
            # Foreground   = c5c8c6 : 197, 200, 198
         
     | 
| 
       11 
     | 
    
         
            -
            # Comment      = 969896 : 150, 152, 150
         
     | 
| 
       12 
     | 
    
         
            -
            # Red          = cc6666 : 204, 102, 102
         
     | 
| 
       13 
     | 
    
         
            -
            # Orange       = de935f : 222, 147,  95
         
     | 
| 
       14 
     | 
    
         
            -
            # Yellow       = f0c674 : 240, 198, 116
         
     | 
| 
       15 
     | 
    
         
            -
            # Green        = b5bd68 : 181, 189, 104
         
     | 
| 
       16 
     | 
    
         
            -
            # Aqua         = 8abeb7 : 138, 190, 183
         
     | 
| 
       17 
     | 
    
         
            -
            # Blue         = 81a2be : 129, 162, 190
         
     | 
| 
       18 
     | 
    
         
            -
            # Purple       = b294bb : 178, 148, 187
         
     | 
| 
       19 
     | 
    
         
            -
            ##
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
            [Main]
         
     | 
| 
       22 
     | 
    
         
            -
            name       = Tomorrow Night
         
     | 
| 
       23 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
       24 
     | 
    
         
            -
            credit     = Chris Kempson (color theme)
         
     | 
| 
       25 
     | 
    
         
            -
            url        = https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       26 
     | 
    
         
            -
            license    = MIT License
         
     | 
| 
       27 
     | 
    
         
            -
            licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       30 
     | 
    
         
            -
            background     =  29,  31,  33
         
     | 
| 
       31 
     | 
    
         
            -
            text           = 197, 200, 198
         
     | 
| 
       32 
     | 
    
         
            -
            link           = 197, 200, 198, 160
         
     | 
| 
       33 
     | 
    
         
            -
            headertext     = 129, 162, 190
         
     | 
| 
       34 
     | 
    
         
            -
            headertag      =  94, 119, 139
         
     | 
| 
       35 
     | 
    
         
            -
            emphasis       = 222, 147,  95
         
     | 
| 
       36 
     | 
    
         
            -
            dialog         = 181, 189, 104
         
     | 
| 
       37 
     | 
    
         
            -
            altdialog      = 240, 198, 116
         
     | 
| 
       38 
     | 
    
         
            -
            note           = 240, 219, 178
         
     | 
| 
       39 
     | 
    
         
            -
            hidden         = 150, 152, 150
         
     | 
| 
       40 
     | 
    
         
            -
            shortcode      = 129, 162, 190
         
     | 
| 
       41 
     | 
    
         
            -
            keyword        = 204, 102, 102
         
     | 
| 
       42 
     | 
    
         
            -
            tag            = 178, 148, 187
         
     | 
| 
       43 
     | 
    
         
            -
            value          = 240, 198, 116
         
     | 
| 
       44 
     | 
    
         
            -
            optional       = 129, 162, 190
         
     | 
| 
       45 
     | 
    
         
            -
            spellcheckline = 204, 102, 102
         
     | 
| 
       46 
     | 
    
         
            -
            errorline      = 181, 189, 104
         
     | 
| 
       47 
     | 
    
         
            -
            replacetag     = 138, 190, 183
         
     | 
| 
       48 
     | 
    
         
            -
            modifier       = 222, 147,  95
         
     | 
| 
       49 
     | 
    
         
            -
            texthighlight  = 240, 198, 116, 96
         
     | 
| 
         @@ -1,49 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ##
         
     | 
| 
       2 
     | 
    
         
            -
            # Theme:  Tomorrow Night Blue
         
     | 
| 
       3 
     | 
    
         
            -
            # Source: https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       4 
     | 
    
         
            -
            # Credit: Chris Kempson
         
     | 
| 
       5 
     | 
    
         
            -
            ##
         
     | 
| 
       6 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       7 
     | 
    
         
            -
            # Background   = 002451 :   0,  36,  81
         
     | 
| 
       8 
     | 
    
         
            -
            # Current Line = 00346e :   0,  52, 110
         
     | 
| 
       9 
     | 
    
         
            -
            # Selection    = 003f8e :   0,  63, 142
         
     | 
| 
       10 
     | 
    
         
            -
            # Foreground   = ffffff : 255, 255, 255
         
     | 
| 
       11 
     | 
    
         
            -
            # Comment      = 7285b7 : 114, 133, 183
         
     | 
| 
       12 
     | 
    
         
            -
            # Red          = ff9da4 : 255, 157, 164
         
     | 
| 
       13 
     | 
    
         
            -
            # Orange       = ffc58f : 255, 197, 143
         
     | 
| 
       14 
     | 
    
         
            -
            # Yellow       = ffeead : 255, 238, 173
         
     | 
| 
       15 
     | 
    
         
            -
            # Green        = d1f1a9 : 209, 241, 169
         
     | 
| 
       16 
     | 
    
         
            -
            # Aqua         = 99ffff : 153, 255, 255
         
     | 
| 
       17 
     | 
    
         
            -
            # Blue         = bbdaff : 187, 218, 255
         
     | 
| 
       18 
     | 
    
         
            -
            # Purple       = ebbbff : 235, 187, 255
         
     | 
| 
       19 
     | 
    
         
            -
            ##
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
            [Main]
         
     | 
| 
       22 
     | 
    
         
            -
            name       = Tomorrow Night Blue
         
     | 
| 
       23 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
       24 
     | 
    
         
            -
            credit     = Chris Kempson (color theme)
         
     | 
| 
       25 
     | 
    
         
            -
            url        = https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       26 
     | 
    
         
            -
            license    = MIT License
         
     | 
| 
       27 
     | 
    
         
            -
            licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       30 
     | 
    
         
            -
            background     =   0,  36,  81
         
     | 
| 
       31 
     | 
    
         
            -
            text           = 255, 255, 255
         
     | 
| 
       32 
     | 
    
         
            -
            link           = 187, 218, 255
         
     | 
| 
       33 
     | 
    
         
            -
            headertext     = 187, 218, 255
         
     | 
| 
       34 
     | 
    
         
            -
            headertag      = 187, 218, 255, 160
         
     | 
| 
       35 
     | 
    
         
            -
            emphasis       = 255, 197, 143
         
     | 
| 
       36 
     | 
    
         
            -
            dialog         = 209, 241, 169
         
     | 
| 
       37 
     | 
    
         
            -
            altdialog      = 255, 238, 173
         
     | 
| 
       38 
     | 
    
         
            -
            note           = 255, 247, 214
         
     | 
| 
       39 
     | 
    
         
            -
            hidden         = 114, 133, 183
         
     | 
| 
       40 
     | 
    
         
            -
            shortcode      = 187, 218, 255
         
     | 
| 
       41 
     | 
    
         
            -
            keyword        = 255, 157, 164
         
     | 
| 
       42 
     | 
    
         
            -
            tag            = 235, 187, 255
         
     | 
| 
       43 
     | 
    
         
            -
            value          = 255, 238, 173
         
     | 
| 
       44 
     | 
    
         
            -
            optional       = 187, 218, 255
         
     | 
| 
       45 
     | 
    
         
            -
            spellcheckline = 255, 157, 164
         
     | 
| 
       46 
     | 
    
         
            -
            errorline      = 209, 241, 169
         
     | 
| 
       47 
     | 
    
         
            -
            replacetag     = 153, 255, 255
         
     | 
| 
       48 
     | 
    
         
            -
            modifier       = 255, 197, 143
         
     | 
| 
       49 
     | 
    
         
            -
            texthighlight  = 255, 238, 173, 96
         
     | 
| 
         @@ -1,49 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ##
         
     | 
| 
       2 
     | 
    
         
            -
            # Theme:  Tomorrow Night Bright
         
     | 
| 
       3 
     | 
    
         
            -
            # Source: https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       4 
     | 
    
         
            -
            # Credit: Chris Kempson
         
     | 
| 
       5 
     | 
    
         
            -
            ##
         
     | 
| 
       6 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       7 
     | 
    
         
            -
            # Background   = 000000 :   0,   0,   0
         
     | 
| 
       8 
     | 
    
         
            -
            # Current Line = 2a2a2a :  42,  42,  42
         
     | 
| 
       9 
     | 
    
         
            -
            # Selection    = 424242 :  66,  66,  66
         
     | 
| 
       10 
     | 
    
         
            -
            # Foreground   = eaeaea : 234, 234, 234
         
     | 
| 
       11 
     | 
    
         
            -
            # Comment      = 969896 : 150, 152, 150
         
     | 
| 
       12 
     | 
    
         
            -
            # Red          = d54e53 : 213,  78,  83
         
     | 
| 
       13 
     | 
    
         
            -
            # Orange       = e78c45 : 231, 140,  69
         
     | 
| 
       14 
     | 
    
         
            -
            # Yellow       = e7c547 : 231, 197,  71
         
     | 
| 
       15 
     | 
    
         
            -
            # Green        = b9ca4a : 185, 202,  74
         
     | 
| 
       16 
     | 
    
         
            -
            # Aqua         = 70c0b1 : 112, 192, 177
         
     | 
| 
       17 
     | 
    
         
            -
            # Blue         = 7aa6da : 122, 166, 218
         
     | 
| 
       18 
     | 
    
         
            -
            # Purple       = c397d8 : 195, 151, 216
         
     | 
| 
       19 
     | 
    
         
            -
            ##
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
            [Main]
         
     | 
| 
       22 
     | 
    
         
            -
            name       = Tomorrow Night Bright
         
     | 
| 
       23 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
       24 
     | 
    
         
            -
            credit     = Chris Kempson (color theme)
         
     | 
| 
       25 
     | 
    
         
            -
            url        = https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       26 
     | 
    
         
            -
            license    = MIT License
         
     | 
| 
       27 
     | 
    
         
            -
            licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       30 
     | 
    
         
            -
            background     =   0,   0,   0
         
     | 
| 
       31 
     | 
    
         
            -
            text           = 234, 234, 234
         
     | 
| 
       32 
     | 
    
         
            -
            link           = 122, 166, 218
         
     | 
| 
       33 
     | 
    
         
            -
            headertext     = 122, 166, 218
         
     | 
| 
       34 
     | 
    
         
            -
            headertag      = 122, 166, 218, 160
         
     | 
| 
       35 
     | 
    
         
            -
            emphasis       = 231, 140,  69
         
     | 
| 
       36 
     | 
    
         
            -
            dialog         = 185, 202,  74
         
     | 
| 
       37 
     | 
    
         
            -
            altdialog      = 231, 197,  71
         
     | 
| 
       38 
     | 
    
         
            -
            note           = 231, 214, 150
         
     | 
| 
       39 
     | 
    
         
            -
            hidden         = 150, 152, 150
         
     | 
| 
       40 
     | 
    
         
            -
            shortcode      = 122, 166, 218
         
     | 
| 
       41 
     | 
    
         
            -
            keyword        = 213,  78,  83
         
     | 
| 
       42 
     | 
    
         
            -
            tag            = 195, 151, 216
         
     | 
| 
       43 
     | 
    
         
            -
            value          = 231, 197,  71
         
     | 
| 
       44 
     | 
    
         
            -
            optional       = 122, 166, 218
         
     | 
| 
       45 
     | 
    
         
            -
            spellcheckline = 213,  78,  83
         
     | 
| 
       46 
     | 
    
         
            -
            errorline      = 185, 202,  74
         
     | 
| 
       47 
     | 
    
         
            -
            replacetag     = 112, 192, 177
         
     | 
| 
       48 
     | 
    
         
            -
            modifier       = 231, 140,  69
         
     | 
| 
       49 
     | 
    
         
            -
            texthighlight  = 231, 197,  71, 128
         
     | 
| 
         @@ -1,49 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ##
         
     | 
| 
       2 
     | 
    
         
            -
            # Theme:  Tomorrow Night Eighties
         
     | 
| 
       3 
     | 
    
         
            -
            # Source: https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       4 
     | 
    
         
            -
            # Credit: Chris Kempson
         
     | 
| 
       5 
     | 
    
         
            -
            ##
         
     | 
| 
       6 
     | 
    
         
            -
            # Colours:
         
     | 
| 
       7 
     | 
    
         
            -
            # Background   = 2d2d2d :  45,  45,  45
         
     | 
| 
       8 
     | 
    
         
            -
            # Current Line = 393939 :  57,  57,  57
         
     | 
| 
       9 
     | 
    
         
            -
            # Selection    = 515151 :  81,  81,  81
         
     | 
| 
       10 
     | 
    
         
            -
            # Foreground   = cccccc : 204, 204, 204
         
     | 
| 
       11 
     | 
    
         
            -
            # Comment      = 999999 : 153, 153, 153
         
     | 
| 
       12 
     | 
    
         
            -
            # Red          = f2777a : 242, 119, 122
         
     | 
| 
       13 
     | 
    
         
            -
            # Orange       = f99157 : 249, 145,  57
         
     | 
| 
       14 
     | 
    
         
            -
            # Yellow       = ffcc66 : 255, 204, 102
         
     | 
| 
       15 
     | 
    
         
            -
            # Green        = 99cc99 : 153, 204, 153
         
     | 
| 
       16 
     | 
    
         
            -
            # Aqua         = 66cccc : 102, 204, 204
         
     | 
| 
       17 
     | 
    
         
            -
            # Blue         = 6699cc : 102, 153, 204
         
     | 
| 
       18 
     | 
    
         
            -
            # Purple       = cc99cc : 204, 153, 204
         
     | 
| 
       19 
     | 
    
         
            -
            ##
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
            [Main]
         
     | 
| 
       22 
     | 
    
         
            -
            name       = Tomorrow Night Eighties
         
     | 
| 
       23 
     | 
    
         
            -
            author     = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
       24 
     | 
    
         
            -
            credit     = Chris Kempson (color theme)
         
     | 
| 
       25 
     | 
    
         
            -
            url        = https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
       26 
     | 
    
         
            -
            license    = MIT License
         
     | 
| 
       27 
     | 
    
         
            -
            licenseurl = https://github.com/chriskempson/tomorrow-theme/blob/master/LICENSE.md
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
            [Syntax]
         
     | 
| 
       30 
     | 
    
         
            -
            background     =  45,  45,  45
         
     | 
| 
       31 
     | 
    
         
            -
            text           = 204, 204, 204
         
     | 
| 
       32 
     | 
    
         
            -
            link           = 102, 153, 204
         
     | 
| 
       33 
     | 
    
         
            -
            headertext     = 102, 153, 204
         
     | 
| 
       34 
     | 
    
         
            -
            headertag      = 102, 153, 204, 160
         
     | 
| 
       35 
     | 
    
         
            -
            emphasis       = 249, 145,  57
         
     | 
| 
       36 
     | 
    
         
            -
            dialog         = 153, 204, 153
         
     | 
| 
       37 
     | 
    
         
            -
            altdialog      = 255, 204, 102
         
     | 
| 
       38 
     | 
    
         
            -
            note           = 255, 230, 179
         
     | 
| 
       39 
     | 
    
         
            -
            hidden         = 153, 153, 153
         
     | 
| 
       40 
     | 
    
         
            -
            shortcode      = 102, 153, 204
         
     | 
| 
       41 
     | 
    
         
            -
            keyword        = 242, 119, 122
         
     | 
| 
       42 
     | 
    
         
            -
            tag            = 204, 153, 204
         
     | 
| 
       43 
     | 
    
         
            -
            value          = 255, 204, 102
         
     | 
| 
       44 
     | 
    
         
            -
            optional       = 102, 153, 204
         
     | 
| 
       45 
     | 
    
         
            -
            spellcheckline = 242, 119, 122
         
     | 
| 
       46 
     | 
    
         
            -
            errorline      = 153, 204, 153
         
     | 
| 
       47 
     | 
    
         
            -
            replacetag     = 102, 204, 204
         
     | 
| 
       48 
     | 
    
         
            -
            modifier       = 249, 145,  57
         
     | 
| 
       49 
     | 
    
         
            -
            texthighlight  = 255, 204, 102, 96
         
     | 
| 
         @@ -1,163 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            novelwriter/__init__.py,sha256=yNt71h666LAtxC--uEHh3HQ4kOqPmnzU3z7cFK4IiD0,9566
         
     | 
| 
       2 
     | 
    
         
            -
            novelwriter/common.py,sha256=J4WNfcXWdeImTPhkY1vuWoVEQWTpIUE6t7Hwd3GiVzk,22243
         
     | 
| 
       3 
     | 
    
         
            -
            novelwriter/config.py,sha256=PXzcruFnFuqS4zH9RJ0hf0oUs9Vndo-i6aPOBzadsp0,44643
         
     | 
| 
       4 
     | 
    
         
            -
            novelwriter/constants.py,sha256=j_Z3cb-_wW7_cxzTdoRVR9JvmYbioLAp8Dh9TluFJSQ,28827
         
     | 
| 
       5 
     | 
    
         
            -
            novelwriter/enum.py,sha256=_T1Un3H1SmpfHUw1CEPZuXSKJNT6RQWeN6N5p8yBx8E,3724
         
     | 
| 
       6 
     | 
    
         
            -
            novelwriter/error.py,sha256=HPKDJb0NPTyVRsrPNG_I1-XfLXlvYAJuE2Xi7maWvXM,6828
         
     | 
| 
       7 
     | 
    
         
            -
            novelwriter/guimain.py,sha256=luIw3434s92wEuU4gKkerp0MQGtD_hDlCVY6ioZu0LQ,50293
         
     | 
| 
       8 
     | 
    
         
            -
            novelwriter/shared.py,sha256=8JTkFi7QXmQddGNVaSBIvKPfDXLaJ9XWNmUJblpfXvs,17795
         
     | 
| 
       9 
     | 
    
         
            -
            novelwriter/splash.py,sha256=rK71vO7NG2NETTf1vvQiWRHfkHonf2Z0xhLj_LF_wj8,2237
         
     | 
| 
       10 
     | 
    
         
            -
            novelwriter/types.py,sha256=OKugWeCJfxo2JHE_HGA-742nav-ucSPYRI33c9NJqsg,5170
         
     | 
| 
       11 
     | 
    
         
            -
            novelwriter/assets/manual.pdf,sha256=ZdrI6G1X4uum0HKndXYYj1WY1WEiA_gEsWshc8hiiEk,2130912
         
     | 
| 
       12 
     | 
    
         
            -
            novelwriter/assets/manual_fr.pdf,sha256=M-U1hZjw3w1yrVJ3u1LaKNehMFAmaXAGIf_I8rAvugk,2189850
         
     | 
| 
       13 
     | 
    
         
            -
            novelwriter/assets/sample.zip,sha256=rU4nhQalz8BY2kqVyudgTAMGuxugQKF7dC59rx3jzPU,13986
         
     | 
| 
       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=xe54nRX90DbcA2DGTYUEPagbGgrLQlusuJa0TvBmUbg,50737
         
     | 
| 
       43 
     | 
    
         
            -
            novelwriter/assets/icons/material_filled_normal.icons,sha256=GxIzpVX8sjyUe7Ru3sACZZgk3RLkM3QS2vdPB7QGmEw,52669
         
     | 
| 
       44 
     | 
    
         
            -
            novelwriter/assets/icons/material_filled_thin.icons,sha256=nXKFTAdcKw804Ans6pzSMMRbp2NUB57rG0I3NTHZBhg,77811
         
     | 
| 
       45 
     | 
    
         
            -
            novelwriter/assets/icons/material_rounded_normal.icons,sha256=RA4Actqe3xRwsiVWyeRBLN1Lnw8ktSZvf3G0s-mHqZE,56325
         
     | 
| 
       46 
     | 
    
         
            -
            novelwriter/assets/icons/material_rounded_thin.icons,sha256=4Q0UoMOPfGCF0F7Oli10k7i1X7vQLFznbS4Wt8mOa7s,87020
         
     | 
| 
       47 
     | 
    
         
            -
            novelwriter/assets/icons/material_sharp_normal.icons,sha256=OG_A5CcMy-lK6bdHaJgP6Eajowc7vP9eoYPwX683aNI,36286
         
     | 
| 
       48 
     | 
    
         
            -
            novelwriter/assets/icons/material_sharp_thin.icons,sha256=3kMiJ4tI4lvOG7xLCTs8wG8QFGMnCGDALldxuFY2FgI,48020
         
     | 
| 
       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=4SpKuFtm9im2JlA0l0CmjBO-UB252eJw2uQ0X7jo3OY,43052
         
     | 
| 
       53 
     | 
    
         
            -
            novelwriter/assets/icons/remix_outline.icons,sha256=6O_1TpSVvGI56lUdq-5Ycn9CHM6844W5PG5yQvUgG4w,47132
         
     | 
| 
       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-dark.jpg,sha256=MPRYUI1yEjzee1uHGWlrR352U1LFSSV92awDheFtmZo,299007
         
     | 
| 
       60 
     | 
    
         
            -
            novelwriter/assets/images/welcome-light.jpg,sha256=FcS5GA5G6o9KgmADYHktyR3GHquNlPNIUQeQQiscQzA,279989
         
     | 
| 
       61 
     | 
    
         
            -
            novelwriter/assets/syntax/cyberpunk_night.conf,sha256=la_KtpSkuQvP9LoCNlKjK5tsqGrT9MYl--CTlzOm2Ks,826
         
     | 
| 
       62 
     | 
    
         
            -
            novelwriter/assets/syntax/default_dark.conf,sha256=2aczHlskobF6c6VQOaucrkygBbTK6jIyc9UlP8_TcMk,1258
         
     | 
| 
       63 
     | 
    
         
            -
            novelwriter/assets/syntax/default_light.conf,sha256=jmUmG1EO0yOyBbr-2DM4VW56MlBnMfaAaVaeLVECF-c,1259
         
     | 
| 
       64 
     | 
    
         
            -
            novelwriter/assets/syntax/dracula.conf,sha256=fWA2tVAvCH9PPYZV0yTriA_9O5SLqamqTnJQnddJ8Mc,1323
         
     | 
| 
       65 
     | 
    
         
            -
            novelwriter/assets/syntax/grey_dark.conf,sha256=L075no7vkh8ErukXVMIQVFe8zDfPQa2wdcYRQ-S80tI,877
         
     | 
| 
       66 
     | 
    
         
            -
            novelwriter/assets/syntax/grey_light.conf,sha256=KulyqCZYTCSY_c8FMI3VSylDNpuYwrsWAS8vCipiHsY,878
         
     | 
| 
       67 
     | 
    
         
            -
            novelwriter/assets/syntax/light_owl.conf,sha256=5sF7omkEIAs0inQCghbwIL-NmfN4vVNglzUP24zPU_Q,1529
         
     | 
| 
       68 
     | 
    
         
            -
            novelwriter/assets/syntax/night_owl.conf,sha256=Tb_urqMBytO2fiy7Bo4ikVis6KT0nzwj22vVeBUsfqM,1529
         
     | 
| 
       69 
     | 
    
         
            -
            novelwriter/assets/syntax/snazzy.conf,sha256=JNyqBCX3RhhpjaLozfmNGAunIJovQxO5xp1fyWX3zT0,1304
         
     | 
| 
       70 
     | 
    
         
            -
            novelwriter/assets/syntax/solarized_dark.conf,sha256=BE9KAIcjiWKKY0blggVDqWkkMyD2AS0GbfwPXWYjLvQ,865
         
     | 
| 
       71 
     | 
    
         
            -
            novelwriter/assets/syntax/solarized_light.conf,sha256=E9sA87QmRNp2mzYZM3O9bHzyaVhXX-z9nhhpm3NOFlc,866
         
     | 
| 
       72 
     | 
    
         
            -
            novelwriter/assets/syntax/tango.conf,sha256=9ITFNN2iS0DOTr7NB-w5vlc_XPD32Oc4j5PeXhptsXQ,1124
         
     | 
| 
       73 
     | 
    
         
            -
            novelwriter/assets/syntax/tomorrow.conf,sha256=Oj0TGfnzwvlVBA52CC9xU0BBK_M4NwBHLBeEhbvsTzM,1527
         
     | 
| 
       74 
     | 
    
         
            -
            novelwriter/assets/syntax/tomorrow_night.conf,sha256=mWPneIV_6tszLEK4-Eo-kcJmUbrkzMJHohgKBFKnpaE,1539
         
     | 
| 
       75 
     | 
    
         
            -
            novelwriter/assets/syntax/tomorrow_night_blue.conf,sha256=L42gcekFfNpCCB45m9Lhzmz8Y6Lvbpik3AADi_1Aao8,1549
         
     | 
| 
       76 
     | 
    
         
            -
            novelwriter/assets/syntax/tomorrow_night_bright.conf,sha256=h8_775Ed8hl2XhfCoxAY2kT43vi-UvG8UHik1aI4eRw,1554
         
     | 
| 
       77 
     | 
    
         
            -
            novelwriter/assets/syntax/tomorrow_night_eighties.conf,sha256=stO_xH5RzMN0jaZeYr53LVXbpqSmIXALBFGVLlJBDLA,1557
         
     | 
| 
       78 
     | 
    
         
            -
            novelwriter/assets/text/credits_en.htm,sha256=MIDbAovnNUt-prTImuC5mDnVTqUknwPtj43tqFL9gPQ,3119
         
     | 
| 
       79 
     | 
    
         
            -
            novelwriter/assets/text/lipsum.txt,sha256=sGA6AC_p4jrUifxLxy3cSODeRwkpBNXDPGgX6YRTm2s,62937
         
     | 
| 
       80 
     | 
    
         
            -
            novelwriter/assets/themes/cyberpunk_night.conf,sha256=UT4tm03jBc-JRDrUKb6aLBJVF2JkQl-fha4_iHGpAs4,1331
         
     | 
| 
       81 
     | 
    
         
            -
            novelwriter/assets/themes/default.conf,sha256=K0LZ64lODpCtUg3pISTAP4UKvEYMvPkmIYN9RDEaWwk,72
         
     | 
| 
       82 
     | 
    
         
            -
            novelwriter/assets/themes/default_dark.conf,sha256=H9ZC8F0dKcflGOcNkwGqB4ioS3FR_60ZGIU79oReBwg,1397
         
     | 
| 
       83 
     | 
    
         
            -
            novelwriter/assets/themes/default_light.conf,sha256=SJpcNl1qsy85j9moalEDncHQh6LpgBKBAZZHqxCV9oI,1399
         
     | 
| 
       84 
     | 
    
         
            -
            novelwriter/assets/themes/dracula.conf,sha256=c0yNTVaI2vTQIyS1BL6XqJjsnRX0N1sMfaW14FH4iV4,1833
         
     | 
| 
       85 
     | 
    
         
            -
            novelwriter/assets/themes/snazzy.conf,sha256=-Qg6-6UxTXyq6pyFCFGNSeGQEVb2pjX9hErCgB58DuE,1381
         
     | 
| 
       86 
     | 
    
         
            -
            novelwriter/assets/themes/solarized_dark.conf,sha256=17Ylx-hA4zS92MWgWxiTqchUCYVCMvqIwNEiSOJEc-0,1325
         
     | 
| 
       87 
     | 
    
         
            -
            novelwriter/assets/themes/solarized_light.conf,sha256=zb9M41VnPjR0nx6ZP-YcY-cb-TgS_oIHlok-L3HfJek,1326
         
     | 
| 
       88 
     | 
    
         
            -
            novelwriter/core/buildsettings.py,sha256=9dqXlV6oVYe2UmqSrx54PFqvRYcjOJmJEIaFmqjvaFs,25045
         
     | 
| 
       89 
     | 
    
         
            -
            novelwriter/core/coretools.py,sha256=u82B7foOTbkoRXDVshL_Htlup6svTQU6eiIWeJsfsEA,21515
         
     | 
| 
       90 
     | 
    
         
            -
            novelwriter/core/docbuild.py,sha256=D7YF2aGhpDZ1gGkL8mzXxH1SSilfhoZDy9PVCGZf6s0,14173
         
     | 
| 
       91 
     | 
    
         
            -
            novelwriter/core/document.py,sha256=AA6Fhwi9Q-UtAFYXjMUXSU-cQF2jogScqPJ5sNaRbEI,12139
         
     | 
| 
       92 
     | 
    
         
            -
            novelwriter/core/index.py,sha256=Gzg1Co_oNFVx_yBqIN--f-yWGxP6OVH67DsME0-A2qU,41319
         
     | 
| 
       93 
     | 
    
         
            -
            novelwriter/core/indexdata.py,sha256=4FX4DJHfTpJPhiOilPpKVAuj5iDh6OGFI89Z_fQdLE0,13458
         
     | 
| 
       94 
     | 
    
         
            -
            novelwriter/core/item.py,sha256=4fu4bKIqqCmQamyQnY0LUCO8p0qg371xIQbrVZrxCPU,19677
         
     | 
| 
       95 
     | 
    
         
            -
            novelwriter/core/itemmodel.py,sha256=wVRUjT_0FGEAzkZFNo4fgCMR4hlQfny2og3gPE3kd8Q,18472
         
     | 
| 
       96 
     | 
    
         
            -
            novelwriter/core/novelmodel.py,sha256=lAtxerg-BuRydJTqwNggPFoYamTrJc4Z-GVXwq_2zwo,7414
         
     | 
| 
       97 
     | 
    
         
            -
            novelwriter/core/options.py,sha256=CTHf2RclRBiZM9No-fZ2x6XyJ1oRPvEoPuujQR8wE0I,7462
         
     | 
| 
       98 
     | 
    
         
            -
            novelwriter/core/project.py,sha256=i_Et1-uy_16nCEliX8LxikJjdHZuwYURJ-McAxdZwVI,20945
         
     | 
| 
       99 
     | 
    
         
            -
            novelwriter/core/projectdata.py,sha256=r7-i9zUCwl3PH_HwxJICjD50G9Fm9Kkh_GoV-wmMKEg,10732
         
     | 
| 
       100 
     | 
    
         
            -
            novelwriter/core/projectxml.py,sha256=dhV61IoXHLEXv-_IVoXd2E-KRFA1esmQoquIMRstNK0,22340
         
     | 
| 
       101 
     | 
    
         
            -
            novelwriter/core/sessions.py,sha256=oHUyT_AUmzE79PIXBWAm92NW4_UIJY4HoVE1VyeMUZk,4857
         
     | 
| 
       102 
     | 
    
         
            -
            novelwriter/core/spellcheck.py,sha256=W3GvFduzo4Ys5WYKu7Q4AhmMs_hvFQGSTauE-hHfewg,7161
         
     | 
| 
       103 
     | 
    
         
            -
            novelwriter/core/status.py,sha256=Yy-maybHw42JvAcfpc4HwHXmvmf3ceoV0aJ2pbbmoio,12113
         
     | 
| 
       104 
     | 
    
         
            -
            novelwriter/core/storage.py,sha256=O6HN0L6_WQOfq651KFA216hjax9phCZeyXekiFjL3Mc,20931
         
     | 
| 
       105 
     | 
    
         
            -
            novelwriter/core/tree.py,sha256=0Ufa9lUlKsLPJoavlQBSJ2pPZhcRsXrBp_V1VCxF6fQ,20603
         
     | 
| 
       106 
     | 
    
         
            -
            novelwriter/dialogs/about.py,sha256=hDoXF8kRwwAUBJaZmYqnOggA6zgdZJH8aYLYhWntK7Q,4524
         
     | 
| 
       107 
     | 
    
         
            -
            novelwriter/dialogs/docmerge.py,sha256=HaXD5bEfd2AL7JEiXKjSDZklAL1_uaJtbFihMLBlqV8,6082
         
     | 
| 
       108 
     | 
    
         
            -
            novelwriter/dialogs/docsplit.py,sha256=WLQMB1BdqLEFxEcZ63GSSba7yJb5xBFfaiCdzbC9aK0,9380
         
     | 
| 
       109 
     | 
    
         
            -
            novelwriter/dialogs/editlabel.py,sha256=SPXp_52HZcYVks_Ap818MKw4nsDme8mmaXi_T1lfJjI,2968
         
     | 
| 
       110 
     | 
    
         
            -
            novelwriter/dialogs/preferences.py,sha256=qHk8e2q9Q51x8wDo2jfX2_fVoXnxCpxH5EIKDGNW8M8,42910
         
     | 
| 
       111 
     | 
    
         
            -
            novelwriter/dialogs/projectsettings.py,sha256=gTo9w6-WxTMk533BIPFu4O-3bHpNoVYU1hBhnAC2uJQ,29963
         
     | 
| 
       112 
     | 
    
         
            -
            novelwriter/dialogs/quotes.py,sha256=X_LIHktkn7r-UgRwv2FalZ3n5_a8FKTW0ceS3iWOmgU,4553
         
     | 
| 
       113 
     | 
    
         
            -
            novelwriter/dialogs/wordlist.py,sha256=lPZi5fwqOhr12KsvnO4CC1BFtSnjSuTMCbZm5S0JRzk,8507
         
     | 
| 
       114 
     | 
    
         
            -
            novelwriter/extensions/configlayout.py,sha256=K6hWukzwI3uQk3e-GW2db1_YoxewSs3DPGWO7HUq9PY,10871
         
     | 
| 
       115 
     | 
    
         
            -
            novelwriter/extensions/eventfilters.py,sha256=JKhcLGcBALljL3Rtu0zyoZrOajAfeOymgid9MWNlDQs,2601
         
     | 
| 
       116 
     | 
    
         
            -
            novelwriter/extensions/modified.py,sha256=z-u-HQV3zBYiAVd70IS-ydYBjD3RuCfAwCYu_LKwF6w,6980
         
     | 
| 
       117 
     | 
    
         
            -
            novelwriter/extensions/novelselector.py,sha256=Ou8Hu5Bdp1pFLWmIBc7sEg6dvbgm3bfV0Zovdr1hMoM,4283
         
     | 
| 
       118 
     | 
    
         
            -
            novelwriter/extensions/pagedsidebar.py,sha256=Wj9c1WcCbawgE8Ib29GTzLySJ0gqY_xpW-TtEYHd-8s,6925
         
     | 
| 
       119 
     | 
    
         
            -
            novelwriter/extensions/progressbars.py,sha256=sbCUx0pTJGj-bsYimcDcZizZqoi6AfVaQ9y8Yi10Fq0,4655
         
     | 
| 
       120 
     | 
    
         
            -
            novelwriter/extensions/statusled.py,sha256=QeVYlmNn1GcT6CnL1zMIxaYyRSZZMLGONhm46wseovc,2738
         
     | 
| 
       121 
     | 
    
         
            -
            novelwriter/extensions/switch.py,sha256=dfsZtJsXvqzkgkCQHRSjNfT6S4P3zy4UmTJ3CKpYJok,3984
         
     | 
| 
       122 
     | 
    
         
            -
            novelwriter/extensions/switchbox.py,sha256=QIBgy75OeVwmu53A1sOhlrarSlRH6TxSQNkIyoqFc9Q,4311
         
     | 
| 
       123 
     | 
    
         
            -
            novelwriter/extensions/versioninfo.py,sha256=8DTvtu4sFPCioY7L-3rK1_sAN1qod3XwXl3F4LtKbDY,5046
         
     | 
| 
       124 
     | 
    
         
            -
            novelwriter/formats/shared.py,sha256=I_MfvU9ZuN23WblDXdggiV282cXuPDpkq72M3MyK-G8,4666
         
     | 
| 
       125 
     | 
    
         
            -
            novelwriter/formats/todocx.py,sha256=8N7UlA-c-NCOmiRu0XmyEcxndGbKacjI52I7ZzQ7eXI,40368
         
     | 
| 
       126 
     | 
    
         
            -
            novelwriter/formats/tohtml.py,sha256=04OjlD_kZJyWBIuUc2olX-jSVh89_lLctST89gWIQMw,17153
         
     | 
| 
       127 
     | 
    
         
            -
            novelwriter/formats/tokenizer.py,sha256=IrkeFgiUYqltTVk1Y5munfoV9BPHpAcOdqpGljc1qGE,48550
         
     | 
| 
       128 
     | 
    
         
            -
            novelwriter/formats/tomarkdown.py,sha256=CN9mJRwqoit1c9rOHwsqBZEpPjEWYvh81IVgttUxtEU,7044
         
     | 
| 
       129 
     | 
    
         
            -
            novelwriter/formats/toodt.py,sha256=LuzN8vE46mclcfpOs9QZcElXDVOx14wjyKPkOQE6KYQ,58672
         
     | 
| 
       130 
     | 
    
         
            -
            novelwriter/formats/toqdoc.py,sha256=aJGFhq482p7lxr72bCidd2KkpkNH0mcsQvV2AcI1zgo,18315
         
     | 
| 
       131 
     | 
    
         
            -
            novelwriter/formats/toraw.py,sha256=6qLNvDc87t6c25j1H2IL9whajp1u-SOnHFk9c4gV_7E,2903
         
     | 
| 
       132 
     | 
    
         
            -
            novelwriter/gui/doceditor.py,sha256=yTi2w289ONN-0YJBUFSPXZXMl2tENo78u0X3HoxCAnA,117541
         
     | 
| 
       133 
     | 
    
         
            -
            novelwriter/gui/dochighlight.py,sha256=DDCEK9iKUBd5miScrJCj9NlRj3sdOgD_bY8_4ARsSMg,19576
         
     | 
| 
       134 
     | 
    
         
            -
            novelwriter/gui/docviewer.py,sha256=7r24roJ1NcGAXC022Yo3wqdwb3AgpCkX65vN7xxQja8,34569
         
     | 
| 
       135 
     | 
    
         
            -
            novelwriter/gui/docviewerpanel.py,sha256=m5e9hO5dgV729RnOEJzNzCOU2CB3vPzp4TB4HKgTjGA,19361
         
     | 
| 
       136 
     | 
    
         
            -
            novelwriter/gui/editordocument.py,sha256=SPWulwJEsG_m_d7cJzAa8fhWmNKLGNPfI-Lsq_mF9CU,4774
         
     | 
| 
       137 
     | 
    
         
            -
            novelwriter/gui/itemdetails.py,sha256=3mwtSGmOwKkFsFQi6ydmkaPaT4Eecg4fetkG6TduPWk,9605
         
     | 
| 
       138 
     | 
    
         
            -
            novelwriter/gui/mainmenu.py,sha256=toBoa8tuSKuFrCClGdyI2jVF82kp3V2ZWC3W4xzrfFU,42043
         
     | 
| 
       139 
     | 
    
         
            -
            novelwriter/gui/noveltree.py,sha256=HWM1DV6rqRGoJ_5DdQXm9Q99iXWOv5ZuXGPshRWJalA,20758
         
     | 
| 
       140 
     | 
    
         
            -
            novelwriter/gui/outline.py,sha256=T4hxb_qjn_tl3e_mcBvr5X-PUZjBRYJo4Oga4nQ3FHg,41786
         
     | 
| 
       141 
     | 
    
         
            -
            novelwriter/gui/projtree.py,sha256=ACteHsSp0Od6s3d9nMxsJwpsCfWCEiewIMZhTujxWH0,53760
         
     | 
| 
       142 
     | 
    
         
            -
            novelwriter/gui/search.py,sha256=UsqOoDBdgFNxIN2hOSBJppTiJ31OTuoscNpQarNtnDo,13107
         
     | 
| 
       143 
     | 
    
         
            -
            novelwriter/gui/sidebar.py,sha256=-H81QNrBC-BJ-cCNHsvlo8_IEYH7EMpS60x72kffcR8,6040
         
     | 
| 
       144 
     | 
    
         
            -
            novelwriter/gui/statusbar.py,sha256=R8ubJydj6-r7G2VWA7b1BT2rVCcXxYDVQp4I3SA8gEQ,9837
         
     | 
| 
       145 
     | 
    
         
            -
            novelwriter/gui/theme.py,sha256=_RELMH1vXFWb5PpYok3f5MC5LmtvIk8p6NTU3qQiYrc,36436
         
     | 
| 
       146 
     | 
    
         
            -
            novelwriter/text/comments.py,sha256=bkmWdQ2MJ7N_ym_F9TBWN7wZc8SOe-Af1K-r3nxFyEM,2265
         
     | 
| 
       147 
     | 
    
         
            -
            novelwriter/text/counting.py,sha256=JEU-kv5BCdiFfTQc8Uk5Sym2WbRgJ4AKtixlwQIZe1M,4407
         
     | 
| 
       148 
     | 
    
         
            -
            novelwriter/text/patterns.py,sha256=ewlKV9IiKMlLZj4tJk2noSh8V5fzyDK9Cn_vmXo7eEk,7735
         
     | 
| 
       149 
     | 
    
         
            -
            novelwriter/tools/dictionaries.py,sha256=ItM080yCoB5lgcovwUU1AO6usDFBRQpcV1UG0KGFvek,8932
         
     | 
| 
       150 
     | 
    
         
            -
            novelwriter/tools/lipsum.py,sha256=tYSKrrtqCFlpCzXizgiVcG75Zud1hRhoPwtFpKPLL-0,4842
         
     | 
| 
       151 
     | 
    
         
            -
            novelwriter/tools/manusbuild.py,sha256=FcM36eukyaWTI7G5Yb5bOShoZhoqSHCvJtmmhYng4Eo,13814
         
     | 
| 
       152 
     | 
    
         
            -
            novelwriter/tools/manuscript.py,sha256=cnTkXgaLlGcXFKJo5UG2fFhKlzfc9zGvEinfzetf91E,39567
         
     | 
| 
       153 
     | 
    
         
            -
            novelwriter/tools/manussettings.py,sha256=pQhugOCzL957M7pqT2szajZzNgnWWA1qFiIHex0RDyQ,62707
         
     | 
| 
       154 
     | 
    
         
            -
            novelwriter/tools/noveldetails.py,sha256=4BVi3Pc6HNJlYcYnyHKiIuR23uKZ9elNZOcJJOoLlAw,18067
         
     | 
| 
       155 
     | 
    
         
            -
            novelwriter/tools/welcome.py,sha256=f657EWmQxe3l2sRL3Wq1A9R5mnFciivAF5TDbsUlsRc,27431
         
     | 
| 
       156 
     | 
    
         
            -
            novelwriter/tools/writingstats.py,sha256=3U4dUlaeNR16E_Kxo5am8ov3ICH0j6S48FLJ-IptHDI,23161
         
     | 
| 
       157 
     | 
    
         
            -
            novelwriter-2.7.4.dist-info/licenses/LICENSE.md,sha256=2GirkkLrPfQqx7fACKRJjtKJUegKc8067erGvcDVQHM,32197
         
     | 
| 
       158 
     | 
    
         
            -
            novelwriter-2.7.4.dist-info/licenses/setup/LICENSE-Apache-2.0.txt,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
         
     | 
| 
       159 
     | 
    
         
            -
            novelwriter-2.7.4.dist-info/METADATA,sha256=2vOQNKqxIhk0cTZmFX_Lv1QcfZvtuGs_CG1u2JAUxes,2539
         
     | 
| 
       160 
     | 
    
         
            -
            novelwriter-2.7.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
         
     | 
| 
       161 
     | 
    
         
            -
            novelwriter-2.7.4.dist-info/entry_points.txt,sha256=YDUG1w361LtLsjD3YhxoTDTwM17JA5-nigjC6j5C74A,45
         
     | 
| 
       162 
     | 
    
         
            -
            novelwriter-2.7.4.dist-info/top_level.txt,sha256=wFFEucjEeNC_Ap5ULBuEutg5a1Uc0-YO9uFT5L2naNI,12
         
     | 
| 
       163 
     | 
    
         
            -
            novelwriter-2.7.4.dist-info/RECORD,,
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/licenses/setup/LICENSE-Apache-2.0.txt
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     |