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,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Sepia Light
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #f1e7dc
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #635048
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #a18375
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #d17a6b
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #d1906b
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #c49e58
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #919e59
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #71a392
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #718ea8
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #b8759e
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = #86685b
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = cyan
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = #86685b
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = red
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = yellow
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = #b6a096
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = #86685b
         
     | 
| 
      
 27 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 28 
     | 
    
         
            +
            disabled = #b6a096
         
     | 
| 
      
 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          = #e2d3c1
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #d8c4b2
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = #e6dacd
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #f7efe6
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #a57f66
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = #f7efe6
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = #ac5828
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = #ac5828
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #a57f66
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = #836050
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = #74584c
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #e6dacd
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = #458871
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = default
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = default:160
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #6e2920
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #6e292064
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = #ac5828
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = #b44b4b
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = #6e8021
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = #a75688
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = #458871
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = #6e8021
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = #af7f25
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = #af7f25
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ff5d5d
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = cyan
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = #6e8021
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = #a75688
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = orange:96
         
     | 
| 
         @@ -1,48 +1,110 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name 
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://github.com/loilo/vscode-snazzy-light/blob/master/LICENSE
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Snazzy Light
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Florian Reuschel, Sindre Sorhus
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/loilo/vscode-snazzy-light
         
     | 
| 
       8 
7 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Colours:
         
     | 
| 
      
 10 
     | 
    
         
            +
            # Background   = fafbfc : 250, 251, 252
         
     | 
| 
      
 11 
     | 
    
         
            +
            # Foreground   = 565869 :  86,  88, 105
         
     | 
| 
      
 12 
     | 
    
         
            +
            # Comment      = 9194a2 : 145, 148, 162
         
     | 
| 
      
 13 
     | 
    
         
            +
            # Yellow       = cf9c00 : 207, 156,   0
         
     | 
| 
      
 14 
     | 
    
         
            +
            # Red          = ff5c57 : 255,  92,  87
         
     | 
| 
      
 15 
     | 
    
         
            +
            # Pink         = f767bb : 247, 103, 187
         
     | 
| 
      
 16 
     | 
    
         
            +
            # Blue         = 09a1ed :   9, 161, 237
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Cyan         = 13bbb7 :  19, 187, 183
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Green        = 2dae58 :  45, 174,  88
         
     | 
| 
      
 19 
     | 
    
         
            +
            ##
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 22 
     | 
    
         
            +
            base    = #fafbfc
         
     | 
| 
      
 23 
     | 
    
         
            +
            default = #565869
         
     | 
| 
      
 24 
     | 
    
         
            +
            faded   = #545554
         
     | 
| 
      
 25 
     | 
    
         
            +
            red     = #ff5c57
         
     | 
| 
      
 26 
     | 
    
         
            +
            orange  = #f5b900
         
     | 
| 
      
 27 
     | 
    
         
            +
            yellow  = #cf9c00
         
     | 
| 
      
 28 
     | 
    
         
            +
            green   = #2dae58
         
     | 
| 
      
 29 
     | 
    
         
            +
            cyan    = #13bbb7
         
     | 
| 
      
 30 
     | 
    
         
            +
            blue    = #09a1ed
         
     | 
| 
      
 31 
     | 
    
         
            +
            purple  = #f767bb
         
     | 
| 
       19 
32 
     | 
    
         | 
| 
       20 
33 
     | 
    
         
             
            [Project]
         
     | 
| 
       21 
     | 
    
         
            -
            root 
     | 
| 
       22 
     | 
    
         
            -
            folder 
     | 
| 
       23 
     | 
    
         
            -
            file 
     | 
| 
       24 
     | 
    
         
            -
            title 
     | 
| 
       25 
     | 
    
         
            -
            chapter 
     | 
| 
       26 
     | 
    
         
            -
            scene 
     | 
| 
       27 
     | 
    
         
            -
            note 
     | 
| 
      
 34 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 35 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 36 
     | 
    
         
            +
            file     = faded
         
     | 
| 
      
 37 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 38 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 39 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 40 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 41 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 42 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 43 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 46 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 47 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 48 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 49 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 50 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 51 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 52 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 53 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 54 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 55 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 56 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 57 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 58 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 59 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 60 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 61 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 62 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 63 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 64 
     | 
    
         
            +
            error     = red
         
     | 
| 
       28 
65 
     | 
    
         | 
| 
       29 
66 
     | 
    
         
             
            [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     = 
     | 
| 
      
 67 
     | 
    
         
            +
            window          = #f3f4f5
         
     | 
| 
      
 68 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 69 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 70 
     | 
    
         
            +
            alternatebase   = #eaeaeb
         
     | 
| 
      
 71 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 72 
     | 
    
         
            +
            tooltipbase     = #f5e9c2
         
     | 
| 
      
 73 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 74 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            highlight       = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 79 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 81 
     | 
    
         
            +
            accent          = blue
         
     | 
| 
       44 
82 
     | 
    
         | 
| 
       45 
83 
     | 
    
         
             
            [GUI]
         
     | 
| 
       46 
     | 
    
         
            -
            helptext 
     | 
| 
       47 
     | 
    
         
            -
            fadedtext 
     | 
| 
       48 
     | 
    
         
            -
            errortext 
     | 
| 
      
 84 
     | 
    
         
            +
            helptext  = blue
         
     | 
| 
      
 85 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 89 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 90 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 91 
     | 
    
         
            +
            line           = default:32
         
     | 
| 
      
 92 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 93 
     | 
    
         
            +
            headertext     = green
         
     | 
| 
      
 94 
     | 
    
         
            +
            headertag      = green:D125
         
     | 
| 
      
 95 
     | 
    
         
            +
            emphasis       = purple
         
     | 
| 
      
 96 
     | 
    
         
            +
            whitespace     = purple:64
         
     | 
| 
      
 97 
     | 
    
         
            +
            dialog         = blue
         
     | 
| 
      
 98 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 99 
     | 
    
         
            +
            note           = cyan
         
     | 
| 
      
 100 
     | 
    
         
            +
            hidden         = purple:D150
         
     | 
| 
      
 101 
     | 
    
         
            +
            shortcode      = purple
         
     | 
| 
      
 102 
     | 
    
         
            +
            keyword        = blue
         
     | 
| 
      
 103 
     | 
    
         
            +
            tag            = green
         
     | 
| 
      
 104 
     | 
    
         
            +
            value          = yellow
         
     | 
| 
      
 105 
     | 
    
         
            +
            optional       = yellow
         
     | 
| 
      
 106 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 107 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 108 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 109 
     | 
    
         
            +
            modifier       = purple
         
     | 
| 
      
 110 
     | 
    
         
            +
            texthighlight  = yellow:96
         
     | 
| 
         @@ -1,48 +1,116 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name 
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Solarized Dark
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = nullbasis and Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Ethan Schoonover
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://ethanschoonover.com/solarized/
         
     | 
| 
       8 
7 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # base03:  #002b36
         
     | 
| 
      
 10 
     | 
    
         
            +
            # base02:  #073642
         
     | 
| 
      
 11 
     | 
    
         
            +
            # base01:  #586e75
         
     | 
| 
      
 12 
     | 
    
         
            +
            # base00:  #657b83
         
     | 
| 
      
 13 
     | 
    
         
            +
            # base0:   #839496
         
     | 
| 
      
 14 
     | 
    
         
            +
            # base1:   #93a1a1
         
     | 
| 
      
 15 
     | 
    
         
            +
            # base2:   #eee8d5
         
     | 
| 
      
 16 
     | 
    
         
            +
            # base3:   #fdf6e3
         
     | 
| 
      
 17 
     | 
    
         
            +
            # yellow:  #b58900
         
     | 
| 
      
 18 
     | 
    
         
            +
            # orange:  #cb4b16
         
     | 
| 
      
 19 
     | 
    
         
            +
            # red:     #dc322f
         
     | 
| 
      
 20 
     | 
    
         
            +
            # magenta: #d33682
         
     | 
| 
      
 21 
     | 
    
         
            +
            # violet:  #6c71c4
         
     | 
| 
      
 22 
     | 
    
         
            +
            # blue:    #268bd2
         
     | 
| 
      
 23 
     | 
    
         
            +
            # cyan:    #2aa198
         
     | 
| 
      
 24 
     | 
    
         
            +
            # green:   #859900
         
     | 
| 
      
 25 
     | 
    
         
            +
            ##
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 28 
     | 
    
         
            +
            base    = #002b36
         
     | 
| 
      
 29 
     | 
    
         
            +
            default = #fdf6e3
         
     | 
| 
      
 30 
     | 
    
         
            +
            faded   = #eee8d5
         
     | 
| 
      
 31 
     | 
    
         
            +
            red     = #dc322f
         
     | 
| 
      
 32 
     | 
    
         
            +
            orange  = #cb4b16
         
     | 
| 
      
 33 
     | 
    
         
            +
            yellow  = #b58900
         
     | 
| 
      
 34 
     | 
    
         
            +
            green   = #859900
         
     | 
| 
      
 35 
     | 
    
         
            +
            cyan    = #2aa198
         
     | 
| 
      
 36 
     | 
    
         
            +
            blue    = #268bd2
         
     | 
| 
      
 37 
     | 
    
         
            +
            purple  = #6c71c4
         
     | 
| 
       19 
38 
     | 
    
         | 
| 
       20 
39 
     | 
    
         
             
            [Project]
         
     | 
| 
       21 
     | 
    
         
            -
            root 
     | 
| 
       22 
     | 
    
         
            -
            folder 
     | 
| 
       23 
     | 
    
         
            -
            file 
     | 
| 
       24 
     | 
    
         
            -
            title 
     | 
| 
       25 
     | 
    
         
            -
            chapter 
     | 
| 
       26 
     | 
    
         
            -
            scene 
     | 
| 
       27 
     | 
    
         
            -
            note 
     | 
| 
      
 40 
     | 
    
         
            +
            root     = cyan
         
     | 
| 
      
 41 
     | 
    
         
            +
            folder   = cyan
         
     | 
| 
      
 42 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 43 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 45 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 46 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 47 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 48 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 49 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 52 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 53 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 55 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 56 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 57 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 58 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 59 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 60 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 61 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 62 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 63 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 64 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 65 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 66 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 67 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 68 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 69 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 70 
     | 
    
         
            +
            error     = red
         
     | 
| 
       28 
71 
     | 
    
         | 
| 
       29 
72 
     | 
    
         
             
            [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     = 
     | 
| 
      
 73 
     | 
    
         
            +
            window          = #073642
         
     | 
| 
      
 74 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 75 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 76 
     | 
    
         
            +
            alternatebase   = #586e75
         
     | 
| 
      
 77 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            tooltipbase     = yellow:L150
         
     | 
| 
      
 79 
     | 
    
         
            +
            tooltiptext     = #002b36
         
     | 
| 
      
 80 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 81 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 82 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 83 
     | 
    
         
            +
            highlight       = cyan
         
     | 
| 
      
 84 
     | 
    
         
            +
            highlightedtext = default
         
     | 
| 
      
 85 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 86 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 87 
     | 
    
         
            +
            accent          = cyan
         
     | 
| 
       44 
88 
     | 
    
         | 
| 
       45 
89 
     | 
    
         
             
            [GUI]
         
     | 
| 
       46 
     | 
    
         
            -
            helptext 
     | 
| 
       47 
     | 
    
         
            -
            fadedtext 
     | 
| 
       48 
     | 
    
         
            -
            errortext 
     | 
| 
      
 90 
     | 
    
         
            +
            helptext  = cyan
         
     | 
| 
      
 91 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 92 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 95 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 96 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 97 
     | 
    
         
            +
            line           = #073642
         
     | 
| 
      
 98 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 99 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 100 
     | 
    
         
            +
            headertag      = #657b83
         
     | 
| 
      
 101 
     | 
    
         
            +
            emphasis       = blue
         
     | 
| 
      
 102 
     | 
    
         
            +
            whitespace     = blue:64
         
     | 
| 
      
 103 
     | 
    
         
            +
            dialog         = cyan
         
     | 
| 
      
 104 
     | 
    
         
            +
            altdialog      = red
         
     | 
| 
      
 105 
     | 
    
         
            +
            note           = cyan:D125
         
     | 
| 
      
 106 
     | 
    
         
            +
            hidden         = default:L200
         
     | 
| 
      
 107 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 108 
     | 
    
         
            +
            keyword        = green
         
     | 
| 
      
 109 
     | 
    
         
            +
            tag            = yellow
         
     | 
| 
      
 110 
     | 
    
         
            +
            value          = orange
         
     | 
| 
      
 111 
     | 
    
         
            +
            optional       = cyan:D125
         
     | 
| 
      
 112 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 113 
     | 
    
         
            +
            errorline      = red
         
     | 
| 
      
 114 
     | 
    
         
            +
            replacetag     = green
         
     | 
| 
      
 115 
     | 
    
         
            +
            modifier       = yellow
         
     | 
| 
      
 116 
     | 
    
         
            +
            texthighlight  = yellow:128
         
     | 
| 
         @@ -1,48 +1,116 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name 
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
            licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Solarized Light
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = nullbasis and Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Ethan Schoonover
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://ethanschoonover.com/solarized/
         
     | 
| 
       8 
7 
     | 
    
         | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # base03:  #002b36
         
     | 
| 
      
 10 
     | 
    
         
            +
            # base02:  #073642
         
     | 
| 
      
 11 
     | 
    
         
            +
            # base01:  #586e75
         
     | 
| 
      
 12 
     | 
    
         
            +
            # base00:  #657b83
         
     | 
| 
      
 13 
     | 
    
         
            +
            # base0:   #839496
         
     | 
| 
      
 14 
     | 
    
         
            +
            # base1:   #93a1a1
         
     | 
| 
      
 15 
     | 
    
         
            +
            # base2:   #eee8d5
         
     | 
| 
      
 16 
     | 
    
         
            +
            # base3:   #fdf6e3
         
     | 
| 
      
 17 
     | 
    
         
            +
            # yellow:  #b58900
         
     | 
| 
      
 18 
     | 
    
         
            +
            # orange:  #cb4b16
         
     | 
| 
      
 19 
     | 
    
         
            +
            # red:     #dc322f
         
     | 
| 
      
 20 
     | 
    
         
            +
            # magenta: #d33682
         
     | 
| 
      
 21 
     | 
    
         
            +
            # violet:  #6c71c4
         
     | 
| 
      
 22 
     | 
    
         
            +
            # blue:    #268bd2
         
     | 
| 
      
 23 
     | 
    
         
            +
            # cyan:    #2aa198
         
     | 
| 
      
 24 
     | 
    
         
            +
            # green:   #859900
         
     | 
| 
      
 25 
     | 
    
         
            +
            ##
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 28 
     | 
    
         
            +
            base    = #fdf6e3
         
     | 
| 
      
 29 
     | 
    
         
            +
            default = #002b36
         
     | 
| 
      
 30 
     | 
    
         
            +
            faded   = #073642
         
     | 
| 
      
 31 
     | 
    
         
            +
            red     = #dc322f
         
     | 
| 
      
 32 
     | 
    
         
            +
            orange  = #cb4b16
         
     | 
| 
      
 33 
     | 
    
         
            +
            yellow  = #b58900
         
     | 
| 
      
 34 
     | 
    
         
            +
            green   = #859900
         
     | 
| 
      
 35 
     | 
    
         
            +
            cyan    = #2aa198
         
     | 
| 
      
 36 
     | 
    
         
            +
            blue    = #268bd2
         
     | 
| 
      
 37 
     | 
    
         
            +
            purple  = #6c71c4
         
     | 
| 
       19 
38 
     | 
    
         | 
| 
       20 
39 
     | 
    
         
             
            [Project]
         
     | 
| 
       21 
     | 
    
         
            -
            root 
     | 
| 
       22 
     | 
    
         
            -
            folder 
     | 
| 
       23 
     | 
    
         
            -
            file 
     | 
| 
       24 
     | 
    
         
            -
            title 
     | 
| 
       25 
     | 
    
         
            -
            chapter 
     | 
| 
       26 
     | 
    
         
            -
            scene 
     | 
| 
       27 
     | 
    
         
            -
            note 
     | 
| 
      
 40 
     | 
    
         
            +
            root     = cyan
         
     | 
| 
      
 41 
     | 
    
         
            +
            folder   = cyan
         
     | 
| 
      
 42 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 43 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 45 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 46 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 47 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 48 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 49 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 52 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 53 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 55 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 56 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 57 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 58 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 59 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 60 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 61 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 62 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 63 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 64 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 65 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 66 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 67 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 68 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 69 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 70 
     | 
    
         
            +
            error     = red
         
     | 
| 
       28 
71 
     | 
    
         | 
| 
       29 
72 
     | 
    
         
             
            [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     = 
     | 
| 
      
 73 
     | 
    
         
            +
            window          = #eee8d5
         
     | 
| 
      
 74 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 75 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 76 
     | 
    
         
            +
            alternatebase   = #93a1a1
         
     | 
| 
      
 77 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            tooltipbase     = yellow:L150
         
     | 
| 
      
 79 
     | 
    
         
            +
            tooltiptext     = #002b36
         
     | 
| 
      
 80 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 81 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 82 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 83 
     | 
    
         
            +
            highlight       = cyan
         
     | 
| 
      
 84 
     | 
    
         
            +
            highlightedtext = default
         
     | 
| 
      
 85 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 86 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 87 
     | 
    
         
            +
            accent          = cyan
         
     | 
| 
       44 
88 
     | 
    
         | 
| 
       45 
89 
     | 
    
         
             
            [GUI]
         
     | 
| 
       46 
     | 
    
         
            -
            helptext 
     | 
| 
       47 
     | 
    
         
            -
            fadedtext 
     | 
| 
       48 
     | 
    
         
            -
            errortext 
     | 
| 
      
 90 
     | 
    
         
            +
            helptext  = cyan
         
     | 
| 
      
 91 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 92 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 95 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 96 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 97 
     | 
    
         
            +
            line           = #eee8d5
         
     | 
| 
      
 98 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 99 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 100 
     | 
    
         
            +
            headertag      = #657b83
         
     | 
| 
      
 101 
     | 
    
         
            +
            emphasis       = blue
         
     | 
| 
      
 102 
     | 
    
         
            +
            whitespace     = blue:64
         
     | 
| 
      
 103 
     | 
    
         
            +
            dialog         = cyan
         
     | 
| 
      
 104 
     | 
    
         
            +
            altdialog      = red
         
     | 
| 
      
 105 
     | 
    
         
            +
            note           = cyan:D125
         
     | 
| 
      
 106 
     | 
    
         
            +
            hidden         = default:L200
         
     | 
| 
      
 107 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 108 
     | 
    
         
            +
            keyword        = green
         
     | 
| 
      
 109 
     | 
    
         
            +
            tag            = yellow
         
     | 
| 
      
 110 
     | 
    
         
            +
            value          = orange
         
     | 
| 
      
 111 
     | 
    
         
            +
            optional       = cyan:D125
         
     | 
| 
      
 112 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 113 
     | 
    
         
            +
            errorline      = red
         
     | 
| 
      
 114 
     | 
    
         
            +
            replacetag     = green
         
     | 
| 
      
 115 
     | 
    
         
            +
            modifier       = yellow
         
     | 
| 
      
 116 
     | 
    
         
            +
            texthighlight  = yellow:128
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Sultana Light
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #fff6f6
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #494657
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #a89d98
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #d3677e
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #d6805e
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #cc9c49
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #819c42
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #5f9c88
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #6591b6
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #a279b9
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = #5a5563
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = orange
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = blue
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = red
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = yellow
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = faded
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = #77606e
         
     | 
| 
      
 27 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 28 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 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          = #f0e4e4
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #e4cccc
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = #ffeac6
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #fcf3f3
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #c57b85
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = #f9f4fc
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = #5577bb
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = #5577bb
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #ad6978
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = default:192
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = #77606e
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #f0e4e4
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = #5577bb
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = #66515e
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = #66515e80
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #5577bb
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #5577bb64
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = #c54a5f
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = #4d968a
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = #699128
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = #aa9292
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = #4d968a
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = #b89126
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = #4d968a
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = #c77741
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = #aa9292
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ec5656
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = #42a789
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = #ab69d1
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = #b89126
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = #b8788366
         
     |