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
 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Catppuccin Mocha
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Catppuccin Org
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://catppuccin.com/
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #181825
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #cdd6f4
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #7f849c
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #f38ba8
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #fab387
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #f9e2af
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #a6e3a1
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #89dceb
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #89b4fa
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #cba6f7
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = #eba0ac
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = purple
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = blue
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = cyan
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 33 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 34 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 35 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 36 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 37 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 38 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 39 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 40 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 41 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 42 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 45 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 46 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 47 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 48 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 49 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 50 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 51 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 54 
     | 
    
         
            +
            window          = #11111b
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #45475a
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = #eadbfc
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #1e1e2e
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = purple
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = lavender
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = purple
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = #9399b2
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = #1e1e2e
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #9399b233
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = #b4befe
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = #b4befe80
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = blue
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = blue:100
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = purple
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = #f5c2e7
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = green
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = cyan
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = #eba0ac
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = yellow
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = yellow
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = #eba0ac
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = cyan
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = purple:72
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Chalky Soil
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #f0f0f0
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #494949
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #8a8a8a
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #c45e6c
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #c9700b
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #c09227
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #5f8f5a
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #3f9b96
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #417db6
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #975ea8
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = green
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = faded:D105
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = red
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = orange
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = yellow
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = #6293c2
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 27 
     | 
    
         
            +
            inactive = faded
         
     | 
| 
      
 28 
     | 
    
         
            +
            disabled = faded:L135
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 31 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 32 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 33 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 34 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 35 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 36 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 37 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 38 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 39 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 40 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 41 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 42 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 44 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 45 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 46 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 47 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 48 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 49 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 52 
     | 
    
         
            +
            window          = base:D108
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = base:D115
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = #f1dcab
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = base:D110
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = green
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = green
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = default:L140
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = faded:48
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = red
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = red:128
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #488843
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #48884364
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = #b95a00
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = #b18010
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = faded
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = blue
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = #276096
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = #276096
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #f0344d
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = cyan
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = purple
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = blue
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = green:80
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Chernozem
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #2c2525
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #dad0ca
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #857972
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #e06c6c
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #ec935f
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #e5cc91
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #6e9e6a
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #72b69f
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #7c9fbd
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #c899d6
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = green
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = red
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = orange
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = yellow
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = blue
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 27 
     | 
    
         
            +
            inactive = faded
         
     | 
| 
      
 28 
     | 
    
         
            +
            disabled = #504742
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 31 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 32 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 33 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 34 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 35 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 36 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 37 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 38 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 39 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 40 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 41 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 42 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 44 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 45 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 46 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 47 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 48 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 49 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 52 
     | 
    
         
            +
            window          = #241d1d
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = faded:80
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = yellow
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #362c2b
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #6ca167
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = #241d1d
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #5a8d55
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = #a39891
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = faded:48
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = red
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = red:128
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #85c47f
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #85c47f64
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = orange
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = faded
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = blue
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = #a1c4e4
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = #a1c4e4
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ff5555
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = cyan
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = purple
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = blue
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = green:80
         
     | 
| 
         @@ -1,48 +1,96 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name 
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            author 
     | 
| 
       5 
     | 
    
         
            -
            url 
     | 
| 
       6 
     | 
    
         
            -
            license     = CC BY-SA 4.0
         
     | 
| 
       7 
     | 
    
         
            -
            licenseurl  = https://creativecommons.org/licenses/by-sa/4.0/
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Cyberpunk Night
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Anders Lemvigh
         
     | 
| 
      
 5 
     | 
    
         
            +
            url    = https://github.com/alemvigh
         
     | 
| 
       8 
6 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
            [ 
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
      
 7 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 8 
     | 
    
         
            +
            base    = #000000
         
     | 
| 
      
 9 
     | 
    
         
            +
            default = #888888
         
     | 
| 
      
 10 
     | 
    
         
            +
            faded   = #616161
         
     | 
| 
      
 11 
     | 
    
         
            +
            red     = #f24817
         
     | 
| 
      
 12 
     | 
    
         
            +
            orange  = #ff960a
         
     | 
| 
      
 13 
     | 
    
         
            +
            yellow  = #ffff00
         
     | 
| 
      
 14 
     | 
    
         
            +
            green   = #00ff00
         
     | 
| 
      
 15 
     | 
    
         
            +
            cyan    = #00ffff
         
     | 
| 
      
 16 
     | 
    
         
            +
            blue    = #4d4dff
         
     | 
| 
      
 17 
     | 
    
         
            +
            purple  = #320064
         
     | 
| 
       19 
18 
     | 
    
         | 
| 
       20 
19 
     | 
    
         
             
            [Project]
         
     | 
| 
       21 
     | 
    
         
            -
            root 
     | 
| 
       22 
     | 
    
         
            -
            folder 
     | 
| 
       23 
     | 
    
         
            -
            file 
     | 
| 
       24 
     | 
    
         
            -
            title 
     | 
| 
       25 
     | 
    
         
            -
            chapter 
     | 
| 
       26 
     | 
    
         
            -
            scene 
     | 
| 
       27 
     | 
    
         
            -
            note 
     | 
| 
      
 20 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 21 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 22 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 23 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 24 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 25 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 26 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 27 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 28 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 29 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 32 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 33 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 34 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 35 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 36 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 37 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 38 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 39 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 40 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 41 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 42 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 45 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 46 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 47 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 48 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 49 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 50 
     | 
    
         
            +
            error     = red
         
     | 
| 
       28 
51 
     | 
    
         | 
| 
       29 
52 
     | 
    
         
             
            [Palette]
         
     | 
| 
       30 
     | 
    
         
            -
            window          = 
     | 
| 
       31 
     | 
    
         
            -
            windowtext      =  
     | 
| 
       32 
     | 
    
         
            -
            base            = 
     | 
| 
       33 
     | 
    
         
            -
            alternatebase   = 
     | 
| 
       34 
     | 
    
         
            -
            text            =  
     | 
| 
       35 
     | 
    
         
            -
            tooltipbase     = 
     | 
| 
       36 
     | 
    
         
            -
            tooltiptext     =  
     | 
| 
       37 
     | 
    
         
            -
            button          = 
     | 
| 
       38 
     | 
    
         
            -
            buttontext      =  
     | 
| 
       39 
     | 
    
         
            -
            brighttext      =  
     | 
| 
       40 
     | 
    
         
            -
            highlight       = 
     | 
| 
       41 
     | 
    
         
            -
            highlightedtext =  
     | 
| 
       42 
     | 
    
         
            -
            link            = 
     | 
| 
       43 
     | 
    
         
            -
            linkvisited     = 
     | 
| 
      
 53 
     | 
    
         
            +
            window          = base
         
     | 
| 
      
 54 
     | 
    
         
            +
            windowtext      = #969696
         
     | 
| 
      
 55 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 56 
     | 
    
         
            +
            alternatebase   = #282828
         
     | 
| 
      
 57 
     | 
    
         
            +
            text            = #969696
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltipbase     = #281446
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltiptext     = #ffffff
         
     | 
| 
      
 60 
     | 
    
         
            +
            button          = #05000a
         
     | 
| 
      
 61 
     | 
    
         
            +
            buttontext      = #969696
         
     | 
| 
      
 62 
     | 
    
         
            +
            brighttext      = #ffffff
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlight       = #321e50
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 65 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 66 
     | 
    
         
            +
            linkvisited     = #320050
         
     | 
| 
      
 67 
     | 
    
         
            +
            accent          = #321e50
         
     | 
| 
       44 
68 
     | 
    
         | 
| 
       45 
69 
     | 
    
         
             
            [GUI]
         
     | 
| 
       46 
     | 
    
         
            -
            helptext 
     | 
| 
       47 
     | 
    
         
            -
            fadedtext 
     | 
| 
       48 
     | 
    
         
            -
            errortext 
     | 
| 
      
 70 
     | 
    
         
            +
            helptext  = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 72 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 73 
     | 
    
         
            +
             
     | 
| 
      
 74 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 75 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 76 
     | 
    
         
            +
            text           = #969696
         
     | 
| 
      
 77 
     | 
    
         
            +
            line           = #282828
         
     | 
| 
      
 78 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertext     = #ffffff
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertag      = purple
         
     | 
| 
      
 81 
     | 
    
         
            +
            emphasis       = cyan
         
     | 
| 
      
 82 
     | 
    
         
            +
            whitespace     = cyan:64
         
     | 
| 
      
 83 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 84 
     | 
    
         
            +
            altdialog      = #008cff
         
     | 
| 
      
 85 
     | 
    
         
            +
            note           = #969696
         
     | 
| 
      
 86 
     | 
    
         
            +
            hidden         = #4d4d64
         
     | 
| 
      
 87 
     | 
    
         
            +
            shortcode      = yellow
         
     | 
| 
      
 88 
     | 
    
         
            +
            keyword        = #ff64ff
         
     | 
| 
      
 89 
     | 
    
         
            +
            tag            = orange
         
     | 
| 
      
 90 
     | 
    
         
            +
            value          = orange
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = #bada04
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = #0000b4
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = #908eb0
         
     | 
| 
      
 95 
     | 
    
         
            +
            optional       = #b4b4b4
         
     | 
| 
      
 96 
     | 
    
         
            +
            texthighlight  = #ffff8460
         
     | 
| 
         @@ -1,49 +1,97 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name 
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            author 
     | 
| 
       5 
     | 
    
         
            -
            credit 
     | 
| 
       6 
     | 
    
         
            -
            url 
     | 
| 
       7 
     | 
    
         
            -
            license     = CC BY-SA 4.0
         
     | 
| 
       8 
     | 
    
         
            -
            licenseurl  = https://creativecommons.org/licenses/by-sa/4.0/
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Default Dark Theme
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Veronica Berglyd Olsen
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/vkbo/novelWriter
         
     | 
| 
       9 
7 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
            [ 
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #373737
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #cccccc
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #949494
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #ff6666
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #ff9966
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #ffcc66
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #99cc99
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #66cccc
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #6699cc
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #cc99cc
         
     | 
| 
       20 
19 
     | 
    
         | 
| 
       21 
20 
     | 
    
         
             
            [Project]
         
     | 
| 
       22 
     | 
    
         
            -
            root 
     | 
| 
       23 
     | 
    
         
            -
            folder 
     | 
| 
       24 
     | 
    
         
            -
            file 
     | 
| 
       25 
     | 
    
         
            -
            title 
     | 
| 
       26 
     | 
    
         
            -
            chapter 
     | 
| 
       27 
     | 
    
         
            -
            scene 
     | 
| 
       28 
     | 
    
         
            -
            note 
     | 
| 
      
 21 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 33 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 34 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 35 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 36 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 37 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 38 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 39 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 40 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 41 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 42 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 45 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 46 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 47 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 48 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 49 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 50 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 51 
     | 
    
         
            +
            error     = red
         
     | 
| 
       29 
52 
     | 
    
         | 
| 
       30 
53 
     | 
    
         
             
            [Palette]
         
     | 
| 
       31 
     | 
    
         
            -
            window          = 
     | 
| 
       32 
     | 
    
         
            -
            windowtext      =  
     | 
| 
       33 
     | 
    
         
            -
            base            = 
     | 
| 
       34 
     | 
    
         
            -
            alternatebase   = 
     | 
| 
       35 
     | 
    
         
            -
            text            =  
     | 
| 
       36 
     | 
    
         
            -
            tooltipbase     =  
     | 
| 
       37 
     | 
    
         
            -
            tooltiptext     = 
     | 
| 
       38 
     | 
    
         
            -
            button          = 
     | 
| 
       39 
     | 
    
         
            -
            buttontext      =  
     | 
| 
       40 
     | 
    
         
            -
            brighttext      = 
     | 
| 
       41 
     | 
    
         
            -
            highlight       = 
     | 
| 
       42 
     | 
    
         
            -
            highlightedtext =  
     | 
| 
       43 
     | 
    
         
            -
            link            =  
     | 
| 
       44 
     | 
    
         
            -
            linkvisited     =  
     | 
| 
      
 54 
     | 
    
         
            +
            window          = base:L125
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #4e4e4e
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = #ffffc0
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = #15150d
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = #2c98f7
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = #2c98f7
         
     | 
| 
       45 
69 
     | 
    
         | 
| 
       46 
70 
     | 
    
         
             
            [GUI]
         
     | 
| 
       47 
     | 
    
         
            -
            helptext 
     | 
| 
       48 
     | 
    
         
            -
            fadedtext 
     | 
| 
       49 
     | 
    
         
            -
            errortext 
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = #a4a4a4
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = default:32
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = green
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = green:D150
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = blue
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = red
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = yellow
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = green
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = green
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = green
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = blue
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = yellow:72
         
     | 
| 
         @@ -1,49 +1,97 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name 
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            author 
     | 
| 
       5 
     | 
    
         
            -
            credit 
     | 
| 
       6 
     | 
    
         
            -
            url 
     | 
| 
       7 
     | 
    
         
            -
            license     = CC BY-SA 4.0
         
     | 
| 
       8 
     | 
    
         
            -
            licenseurl  = https://creativecommons.org/licenses/by-sa/4.0/
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Default Light Theme
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Veronica Berglyd Olsen
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/vkbo/novelWriter
         
     | 
| 
       9 
7 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
            [ 
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #fcfcfc
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #303030
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #6c6c6c
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #a62a2d
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #b36829
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #a39c34
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #296629
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #269999
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #3a70a6
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #b35ab3
         
     | 
| 
       20 
19 
     | 
    
         | 
| 
       21 
20 
     | 
    
         
             
            [Project]
         
     | 
| 
       22 
     | 
    
         
            -
            root 
     | 
| 
       23 
     | 
    
         
            -
            folder 
     | 
| 
       24 
     | 
    
         
            -
            file 
     | 
| 
       25 
     | 
    
         
            -
            title 
     | 
| 
       26 
     | 
    
         
            -
            chapter 
     | 
| 
       27 
     | 
    
         
            -
            scene 
     | 
| 
       28 
     | 
    
         
            -
            note 
     | 
| 
      
 21 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 33 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 34 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 35 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 36 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 37 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 38 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 39 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 40 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 41 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 42 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 45 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 46 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 47 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 48 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 49 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 50 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 51 
     | 
    
         
            +
            error     = red
         
     | 
| 
       29 
52 
     | 
    
         | 
| 
       30 
53 
     | 
    
         
             
            [Palette]
         
     | 
| 
       31 
     | 
    
         
            -
            window          =  
     | 
| 
       32 
     | 
    
         
            -
            windowtext      = 
     | 
| 
       33 
     | 
    
         
            -
            base            =  
     | 
| 
       34 
     | 
    
         
            -
            alternatebase   =  
     | 
| 
       35 
     | 
    
         
            -
            text            = 
     | 
| 
       36 
     | 
    
         
            -
            tooltipbase     =  
     | 
| 
       37 
     | 
    
         
            -
            tooltiptext     = 
     | 
| 
       38 
     | 
    
         
            -
            button          =  
     | 
| 
       39 
     | 
    
         
            -
            buttontext      = 
     | 
| 
       40 
     | 
    
         
            -
            brighttext      =  
     | 
| 
       41 
     | 
    
         
            -
            highlight       = 
     | 
| 
       42 
     | 
    
         
            -
            highlightedtext =  
     | 
| 
       43 
     | 
    
         
            -
            link            = 
     | 
| 
       44 
     | 
    
         
            -
            linkvisited     = 
     | 
| 
      
 54 
     | 
    
         
            +
            window          = base:D105
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #e0e0e0
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = #ffffc0
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = #15150d
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #efefef
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = #3087c6
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = #3087c6
         
     | 
| 
       45 
69 
     | 
    
         | 
| 
       46 
70 
     | 
    
         
             
            [GUI]
         
     | 
| 
       47 
     | 
    
         
            -
            helptext 
     | 
| 
       48 
     | 
    
         
            -
            fadedtext 
     | 
| 
       49 
     | 
    
         
            -
            errortext 
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = #5c5c5c
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = #6c6c6c
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = default:32
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = green
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = green:L135
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = blue
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = red
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = yellow:D125
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = green
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = green
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = green
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = blue
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = yellow:72
         
     |