novelWriter 2.7.5__py3-none-any.whl → 2.8b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- novelwriter/__init__.py +8 -7
 - novelwriter/assets/icons/font_awesome.icons +22 -4
 - novelwriter/assets/icons/material_filled_normal.icons +20 -2
 - novelwriter/assets/icons/material_filled_thin.icons +20 -2
 - novelwriter/assets/icons/material_rounded_normal.icons +20 -2
 - novelwriter/assets/icons/material_rounded_thin.icons +20 -2
 - novelwriter/assets/icons/material_sharp_normal.icons +20 -2
 - novelwriter/assets/icons/material_sharp_thin.icons +20 -2
 - novelwriter/assets/icons/remix_filled.icons +20 -2
 - novelwriter/assets/icons/remix_outline.icons +20 -2
 - novelwriter/assets/images/welcome.webp +0 -0
 - novelwriter/assets/manual.pdf +0 -0
 - novelwriter/assets/manual_fr.pdf +0 -0
 - novelwriter/assets/sample.zip +0 -0
 - novelwriter/assets/text/credits_en.htm +61 -11
 - novelwriter/assets/themes/aura.conf +97 -0
 - novelwriter/assets/themes/aura_bright.conf +95 -0
 - novelwriter/assets/themes/aura_soft.conf +97 -0
 - novelwriter/assets/themes/b2t_garden_dark.conf +97 -0
 - novelwriter/assets/themes/b2t_garden_light.conf +97 -0
 - novelwriter/assets/themes/b2t_suburb_dark.conf +97 -0
 - novelwriter/assets/themes/b2t_suburb_light.conf +97 -0
 - novelwriter/assets/themes/b4t_classic_o_dark.conf +97 -0
 - novelwriter/assets/themes/b4t_classic_o_light.conf +97 -0
 - novelwriter/assets/themes/b4t_modern_c_dark.conf +97 -0
 - novelwriter/assets/themes/b4t_modern_c_light.conf +97 -0
 - novelwriter/assets/themes/blue_streak_dark.conf +97 -0
 - novelwriter/assets/themes/blue_streak_light.conf +97 -0
 - novelwriter/assets/themes/castle_day.conf +95 -0
 - novelwriter/assets/themes/castle_night.conf +95 -0
 - novelwriter/assets/themes/catppuccin_latte.conf +97 -0
 - novelwriter/assets/themes/catppuccin_mocha.conf +97 -0
 - novelwriter/assets/themes/chalky_soil.conf +95 -0
 - novelwriter/assets/themes/chernozem.conf +95 -0
 - novelwriter/assets/themes/cyberpunk_night.conf +88 -40
 - novelwriter/assets/themes/default_dark.conf +89 -41
 - novelwriter/assets/themes/default_light.conf +89 -41
 - novelwriter/assets/themes/dracula.conf +91 -42
 - novelwriter/assets/themes/espresso.conf +97 -0
 - novelwriter/assets/themes/everforest_dark.conf +97 -0
 - novelwriter/assets/themes/everforest_light.conf +97 -0
 - novelwriter/assets/themes/floral_daydream.conf +95 -0
 - novelwriter/assets/themes/floral_midnight.conf +95 -0
 - novelwriter/assets/themes/full_moon.conf +95 -0
 - novelwriter/assets/themes/grey_dark.conf +97 -0
 - novelwriter/assets/themes/grey_light.conf +97 -0
 - novelwriter/assets/themes/horizon_dark.conf +97 -0
 - novelwriter/assets/themes/horizon_light.conf +97 -0
 - novelwriter/assets/themes/jewel_case_dark.conf +95 -0
 - novelwriter/assets/themes/jewel_case_light.conf +95 -0
 - novelwriter/assets/themes/lcars.conf +97 -0
 - novelwriter/assets/themes/light_owl.conf +117 -0
 - novelwriter/assets/themes/new_moon.conf +97 -0
 - novelwriter/assets/themes/night_owl.conf +117 -0
 - novelwriter/assets/themes/noctis.conf +129 -0
 - novelwriter/assets/themes/noctis_lux.conf +129 -0
 - novelwriter/assets/themes/nord.conf +97 -0
 - novelwriter/assets/themes/nordlicht.conf +95 -0
 - novelwriter/assets/themes/otium_dark.conf +95 -0
 - novelwriter/assets/themes/otium_light.conf +95 -0
 - novelwriter/assets/themes/paragon.conf +96 -0
 - novelwriter/assets/themes/primer_light.conf +97 -0
 - novelwriter/assets/themes/primer_night.conf +97 -0
 - novelwriter/assets/themes/rose_pine.conf +97 -0
 - novelwriter/assets/themes/rose_pine_dawn.conf +97 -0
 - novelwriter/assets/themes/ruby_day.conf +95 -0
 - novelwriter/assets/themes/ruby_night.conf +95 -0
 - novelwriter/assets/themes/selenium_dark.conf +95 -0
 - novelwriter/assets/themes/selenium_light.conf +95 -0
 - novelwriter/assets/themes/sepia_dark.conf +95 -0
 - novelwriter/assets/themes/sepia_light.conf +95 -0
 - novelwriter/assets/themes/snazzy.conf +102 -40
 - novelwriter/assets/themes/solarized_dark.conf +108 -40
 - novelwriter/assets/themes/solarized_light.conf +108 -40
 - novelwriter/assets/themes/sultana_light.conf +95 -0
 - novelwriter/assets/themes/sultana_night.conf +95 -0
 - novelwriter/assets/themes/tango_dark.conf +111 -0
 - novelwriter/assets/themes/tango_light.conf +111 -0
 - novelwriter/assets/themes/tomorrow.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night_blue.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night_bright.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night_eighties.conf +117 -0
 - novelwriter/assets/themes/vivid_black_green.conf +97 -0
 - novelwriter/assets/themes/vivid_black_red.conf +97 -0
 - novelwriter/assets/themes/vivid_white_green.conf +97 -0
 - novelwriter/assets/themes/vivid_white_red.conf +97 -0
 - novelwriter/assets/themes/warpgate.conf +96 -0
 - novelwriter/assets/themes/waterlily_dark.conf +95 -0
 - novelwriter/assets/themes/waterlily_light.conf +95 -0
 - novelwriter/common.py +47 -17
 - novelwriter/config.py +57 -62
 - novelwriter/constants.py +32 -6
 - novelwriter/core/buildsettings.py +3 -23
 - novelwriter/core/coretools.py +21 -25
 - novelwriter/core/docbuild.py +4 -9
 - novelwriter/core/document.py +2 -6
 - novelwriter/core/index.py +33 -53
 - novelwriter/core/indexdata.py +17 -22
 - novelwriter/core/item.py +11 -35
 - novelwriter/core/itemmodel.py +5 -21
 - novelwriter/core/novelmodel.py +3 -7
 - novelwriter/core/options.py +3 -4
 - novelwriter/core/project.py +31 -21
 - novelwriter/core/projectdata.py +2 -21
 - novelwriter/core/projectxml.py +13 -21
 - novelwriter/core/sessions.py +2 -4
 - novelwriter/core/spellcheck.py +12 -13
 - novelwriter/core/status.py +27 -20
 - novelwriter/core/storage.py +5 -10
 - novelwriter/core/tree.py +6 -15
 - novelwriter/dialogs/about.py +9 -10
 - novelwriter/dialogs/docmerge.py +17 -14
 - novelwriter/dialogs/docsplit.py +18 -14
 - novelwriter/dialogs/editlabel.py +15 -9
 - novelwriter/dialogs/preferences.py +69 -68
 - novelwriter/dialogs/projectsettings.py +88 -67
 - novelwriter/dialogs/quotes.py +15 -10
 - novelwriter/dialogs/wordlist.py +18 -21
 - novelwriter/enum.py +75 -30
 - novelwriter/error.py +6 -11
 - novelwriter/extensions/configlayout.py +8 -34
 - novelwriter/extensions/eventfilters.py +3 -3
 - novelwriter/extensions/modified.py +87 -32
 - novelwriter/extensions/novelselector.py +13 -12
 - novelwriter/extensions/pagedsidebar.py +10 -18
 - novelwriter/extensions/progressbars.py +5 -11
 - novelwriter/extensions/statusled.py +3 -6
 - novelwriter/extensions/switch.py +8 -11
 - novelwriter/extensions/switchbox.py +2 -11
 - novelwriter/extensions/versioninfo.py +6 -7
 - novelwriter/formats/shared.py +10 -2
 - novelwriter/formats/todocx.py +15 -37
 - novelwriter/formats/tohtml.py +52 -61
 - novelwriter/formats/tokenizer.py +33 -64
 - novelwriter/formats/tomarkdown.py +4 -11
 - novelwriter/formats/toodt.py +12 -71
 - novelwriter/formats/toqdoc.py +11 -21
 - novelwriter/formats/toraw.py +2 -6
 - novelwriter/gui/doceditor.py +160 -225
 - novelwriter/gui/dochighlight.py +142 -101
 - novelwriter/gui/docviewer.py +53 -84
 - novelwriter/gui/docviewerpanel.py +18 -41
 - novelwriter/gui/editordocument.py +12 -17
 - novelwriter/gui/itemdetails.py +5 -14
 - novelwriter/gui/mainmenu.py +24 -32
 - novelwriter/gui/noveltree.py +13 -51
 - novelwriter/gui/outline.py +20 -61
 - novelwriter/gui/projtree.py +40 -96
 - novelwriter/gui/search.py +9 -24
 - novelwriter/gui/sidebar.py +54 -22
 - novelwriter/gui/statusbar.py +7 -22
 - novelwriter/gui/theme.py +482 -368
 - novelwriter/guimain.py +87 -101
 - novelwriter/shared.py +79 -48
 - novelwriter/splash.py +9 -5
 - novelwriter/text/comments.py +1 -1
 - novelwriter/text/counting.py +9 -5
 - novelwriter/text/patterns.py +20 -15
 - novelwriter/tools/dictionaries.py +18 -16
 - novelwriter/tools/lipsum.py +15 -17
 - novelwriter/tools/manusbuild.py +25 -45
 - novelwriter/tools/manuscript.py +94 -95
 - novelwriter/tools/manussettings.py +149 -104
 - novelwriter/tools/noveldetails.py +10 -24
 - novelwriter/tools/welcome.py +24 -72
 - novelwriter/tools/writingstats.py +17 -26
 - novelwriter/types.py +23 -13
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/METADATA +7 -7
 - novelwriter-2.8b1.dist-info/RECORD +212 -0
 - novelwriter/assets/images/welcome-dark.jpg +0 -0
 - novelwriter/assets/images/welcome-light.jpg +0 -0
 - novelwriter/assets/syntax/cyberpunk_night.conf +0 -28
 - novelwriter/assets/syntax/default_dark.conf +0 -42
 - novelwriter/assets/syntax/default_light.conf +0 -42
 - novelwriter/assets/syntax/dracula.conf +0 -44
 - novelwriter/assets/syntax/grey_dark.conf +0 -29
 - novelwriter/assets/syntax/grey_light.conf +0 -29
 - novelwriter/assets/syntax/light_owl.conf +0 -49
 - novelwriter/assets/syntax/night_owl.conf +0 -49
 - novelwriter/assets/syntax/snazzy.conf +0 -42
 - novelwriter/assets/syntax/solarized_dark.conf +0 -29
 - novelwriter/assets/syntax/solarized_light.conf +0 -29
 - novelwriter/assets/syntax/tango.conf +0 -39
 - novelwriter/assets/syntax/tomorrow.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night_blue.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night_bright.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night_eighties.conf +0 -49
 - novelwriter/assets/themes/default.conf +0 -3
 - novelwriter-2.7.5.dist-info/RECORD +0 -163
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/WHEEL +0 -0
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/entry_points.txt +0 -0
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/licenses/LICENSE.md +0 -0
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/licenses/setup/LICENSE-Apache-2.0.txt +0 -0
 - {novelwriter-2.7.5.dist-info → novelwriter-2.8b1.dist-info}/top_level.txt +0 -0
 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Rosé Pine
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Rosé Pine
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://rosepinetheme.com
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #191724
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #e0def4
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #908caa
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #eb6f92
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #ebbcba
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #f6c177
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #88c5a1
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #31748f
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #9ccfd8
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #c4a7e7
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = orange
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = red
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = cyan
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = blue
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = #6e6a86
         
     | 
| 
      
 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
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #403d52
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = orange
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #1f1d2e
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = red
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = red
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = red
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = red
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = faded
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #21202e
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = red
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = purple
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = purple:128
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = purple
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = purple:100
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = red
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = orange
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = yellow
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = cyan
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = cyan
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = blue
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = blue
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = blue
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = yellow
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = cyan
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = #403d52
         
     | 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Rosé Pine Dawn
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Rosé Pine
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://rosepinetheme.com
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #faf4ed
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #575279
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #797593
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #b4637a
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #d7827e
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #cf8927
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #4aa771
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #286983
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #56949f
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #9774be
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = orange
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = red
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = cyan
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = blue
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = #9893a5
         
     | 
| 
      
 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
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #dfdad9
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = #ebbcba
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #fffaf3
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = red
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = red
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = red
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = red
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = faded
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #f4ede8
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = red
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = purple
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = purple:128
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = purple
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = purple:100
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = red
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = orange
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = yellow
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = cyan
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = cyan
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = blue
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = blue
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = blue
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = yellow
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = cyan
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = #dfdad9
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Ruby Day
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #ffeeee
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #444252
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #8e8c9c
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #e46969
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #df9355
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #dfb362
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #62a369
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #5c9da3
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #6e73bb
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #b67ac2
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = orange
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = #757285
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = purple
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = default
         
     | 
| 
      
 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          = #f1d9d9
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #e9c1c1
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = #f0d0d0
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = red
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #da3d3d
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = #da3d3d
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = #da3d3d
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #c43939
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = #756777
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = #343242
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #f3dbdd
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = #5159cc
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = #343242
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = #34324280
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #c05858
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #c0585864
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = #ce1d1d
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = #c45522
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = #9f58ad
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = #2a9638
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = #5159cc
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = #9f58ad
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = #b98421
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ff3333
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = cyan
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = #5159cc
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = #2a9638
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = red:80
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Ruby Night
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #18181c
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #dcd9e6
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #817b94
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #ff6969
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #f89d68
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #ebcf84
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #7fb88b
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #75c5ca
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #7f8dcf
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #c37ac5
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = orange
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = purple
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = default
         
     | 
| 
      
 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          = #0e0e11
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #29292e
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = #fa9b9b
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #1c1c21
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #a52a2c
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = #ebd9d9
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = red
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = red
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #a52a2c
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = #a5a1b3
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #29292e
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = default
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = default:128
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #ff9d9d
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #ff9d9d64
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = red
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = orange
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = purple
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = green
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = blue
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = yellow
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ff2727
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = cyan
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = blue
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = green
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = red:80
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Selenium Dark
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #15141a
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #a9a1b4
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #625b70
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #c04358
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #b1663a
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #917a3e
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #35834c
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #1b8186
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #3268cc
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #7d53b8
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = red
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = purple
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = blue
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = cyan
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = faded
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = #c7c0d2
         
     | 
| 
      
 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          = #0f0e13
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = #c7c0d2
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #35303f
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = #c7c0d2
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = default
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #1e1c25
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = faded
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = #e4e0ec
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = #9267d3
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = #9267d3
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = red:D120
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = #888095
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #1e1c25
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = #e4e0ec
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = faded
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #9267d3
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #9267d364
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = #e4e0ec
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = #c458ac
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = red
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = cyan
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = blue
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = red
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = #c7c0d2
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = #c7c0d2
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = red:L120
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = blue:L120
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = blue
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = cyan
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = #9267d370
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Selenium Light
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #e7e3eb
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #463d52
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #888095
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #c04358
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #b1663a
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #917a3e
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #35834c
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #1b8186
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #3268cc
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #7d53b8
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = red
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = purple
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = blue
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = cyan
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = faded
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = default
         
     | 
| 
      
 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          = #d2cfda
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = #29252f
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #c1bccd
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = #29252f
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = #c1bccd
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = #29252f
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #e7e3eb
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #766c81
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = #f0eff3
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = #623a9b
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = #623a9b
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = red
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = default
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = #625b70
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #d2cfda
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = #29252f
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = faded
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = purple
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = purple:64
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = #29252f
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = #c458ac
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = red
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = cyan
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = blue
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = red
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = default
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = default
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #e63653
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = #3e77e2
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = blue
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = cyan
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = purple:64
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Sepia Dark
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #302622
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #d6c4b2
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #8d7a71
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #d16b6b
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #d1886b
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #c49e58
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #919e59
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #71a392
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #718ea8
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #b8759e
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = cyan
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = red
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = yellow
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = faded
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = default
         
     | 
| 
      
 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          = #251b18
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = #ceb3a2
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #4b3d37
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = #ceb3a2
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = #f1daca
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #362520
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #885b4d
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = #e7d4c9
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = orange
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = orange
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #885b4d
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = faded
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = #c4a491
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #41342f
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = cyan
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = default
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = default:160
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #f1daca
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #f1daca64
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = orange
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = red
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = green
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = purple
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = cyan
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = green
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = yellow
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = yellow
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ff5d5d
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = cyan
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = green
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = purple
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = orange:72
         
     |