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   = B4T Modern-C Dark
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Bram de Haan
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://atelierbram.github.io/Base4Tone-prism/b4t_modern-c/dark/
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #25262c
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #e7e7ed
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #9b9daa
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #f17eaa
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #ffa978
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #f3cd91
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #46db6c
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #5fe2d1
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #8393f6
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #d292f7
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = blue
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = #e64d87
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = #f17ea9
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = #F6B1CB
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = #18ae9a
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = default
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = faded
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = #5d5f6f
         
     | 
| 
      
 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          = #1b1c20
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #40424e
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = yellow
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #2e2f37
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = yellow
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = yellow
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = default:192
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #373943
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = red
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = red:128
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = #f391b6
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = #f391b664
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = yellow
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = #e86296
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = #929ff7
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = #6f81f0
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = #18ae9a
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = #93ece0
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = #c5cdfb
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = #e64d87
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = blue
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = #6f81f0
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = blue:72
         
     | 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = B4T Modern-C Light
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Bram de Haan
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://atelierbram.github.io/Base4Tone-prism/b4t_modern-c/light/
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #f6f6f9
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #4a4c59
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #848699
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #d22d6c
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #d55c0b
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #d5880b
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #269b43
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #17a592
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #5b6feb
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #8e4fb3
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = blue
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = faded
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = #931f4c
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = #dd3f7c
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = #eb75a2
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = #18ae9a
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = default
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = faded
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = #BBBDC9
         
     | 
| 
      
 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          = #e7e7ed
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #d1d2dc
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = #f9e6c8
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #ffffff
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = yellow
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = yellow
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = default:192
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #e7e7ed
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = red
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = red:128
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = #d53874
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = #d5387464
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = #9f6303
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = #e86296
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = blue
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = #354ddd
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = #007a6a
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = #18ae9a
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = #8493F6
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = blue
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = #354ddd
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = blue:64
         
     | 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Blue Streak Dark
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Veronica Berglyd Olsen
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/vkbo/novelWriter
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #2d2d2d
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #cccccc
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #999999
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #ff6666
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #ff9966
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #ffcc66
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #99cc99
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #66cccc
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #6699cc
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #cc99cc
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = default
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = blue:D150
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = blue
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = blue:L150
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = blue:L150
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = blue:D150
         
     | 
| 
      
 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          = base:L125
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = base:L150
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = yellow:L140
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = base:D150
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = blue
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = default:L120
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = blue
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = blue:L125
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = blue:48
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = blue:D150
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = blue:L150
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = blue:64
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = blue
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = blue:L150
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = blue:L150
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = blue:D125
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = blue:D125
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = blue
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = blue
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = blue:L150
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = blue:D125
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = blue:96
         
     | 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Blue Streak Light
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Veronica Berglyd Olsen
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/vkbo/novelWriter
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #fcfcfc
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #303030
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #6c6c6c
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #cc3939
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #cc7239
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #cca339
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #72a372
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #39a3a3
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #3972a3
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #a372a3
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = faded
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = faded
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = blue:D150
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = blue
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = blue:L125
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = blue:L115
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = blue:D150
         
     | 
| 
      
 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          = base:D105
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = base:D110
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = yellow:L150
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = default:D150
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = blue:L110
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = blue
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = blue
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = blue:32
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = blue:D150
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = blue:L125
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = blue:64
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = blue
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = blue:L125
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = blue:L125
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = blue:D125
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = blue:D125
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = blue
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = blue
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = blue:L125
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = blue:D125
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = blue:96
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Castle by Day
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #f3eeec
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #443d38
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #8b827b
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #c95e5e
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #d47643
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #b68730
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #4e8b30
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #539c9c
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #687fca
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #b261b4
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = blue
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = red
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = yellow
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = orange
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = #9c9188
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = default
         
     | 
| 
      
 27 
     | 
    
         
            +
            inactive = faded
         
     | 
| 
      
 28 
     | 
    
         
            +
            disabled = #b4aca5
         
     | 
| 
      
 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:D110
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = base:D118
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = yellow:L230
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #cf7c6d
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = base:L110
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = #5068b6
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = #5068b6
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #cf7c6d
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = default:L180
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = base:D110
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = yellow
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = yellow:160
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #aa791e
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #aa791e64
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = green:D110
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = #378b8b
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = faded
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = faded
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = #ca4b4b
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = orange
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = purple
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = #dd8c60
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #e94444
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = #378b8b
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = blue
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = #963399
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = red:80
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Castle by Night
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #1c1f28
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #d6d6d6
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #878a91
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #fa8080
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #ee9c70
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #fadd8d
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #afd49d
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #a4dad7
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #9cb2ec
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #d296d4
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = blue
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = red
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = yellow
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = orange
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = #9b9ea5
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = default
         
     | 
| 
      
 27 
     | 
    
         
            +
            inactive = faded
         
     | 
| 
      
 28 
     | 
    
         
            +
            disabled = #4b4f5c
         
     | 
| 
      
 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:D130
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = base:L160
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = yellow:L120
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = base:L110
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = red:D150
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = default:L110
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = red:D150
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = faded
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = base:L150
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = yellow
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = yellow:160
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = yellow
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = yellow:64
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = cyan
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = faded
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = faded
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = orange
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = #e4b2e6
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = orange:L120
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ff5d5d
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = cyan
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = blue
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = purple
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = red:72
         
     | 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Catppuccin Latte
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Catppuccin Org
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://catppuccin.com/
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #e6e9ef
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #4c4f69
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #8c8fa1
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #d20f39
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #fe640b
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #df8e1d
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #40a02b
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #179299
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #1e66f5
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #8839ef
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = #e64553
         
     | 
| 
      
 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          = #dce0e8
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #bcc0cc
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = #e9dafc
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #eff1f5
         
     | 
| 
      
 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  = #7c7f93
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = #eff1f5
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #7c7f9333
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = #7287fd
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = #7287fd80
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = blue
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = blue:100
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = purple
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = #ea76cb
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = green
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = cyan
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = #e64553
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = yellow
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = yellow
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = #e64553
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = cyan
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = purple:48
         
     |