novelWriter 2.7.4__py3-none-any.whl → 2.8b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- novelwriter/__init__.py +8 -7
 - novelwriter/assets/icons/font_awesome.icons +22 -4
 - novelwriter/assets/icons/material_filled_normal.icons +20 -2
 - novelwriter/assets/icons/material_filled_thin.icons +20 -2
 - novelwriter/assets/icons/material_rounded_normal.icons +20 -2
 - novelwriter/assets/icons/material_rounded_thin.icons +20 -2
 - novelwriter/assets/icons/material_sharp_normal.icons +20 -2
 - novelwriter/assets/icons/material_sharp_thin.icons +20 -2
 - novelwriter/assets/icons/remix_filled.icons +20 -2
 - novelwriter/assets/icons/remix_outline.icons +20 -2
 - novelwriter/assets/images/welcome.webp +0 -0
 - novelwriter/assets/manual.pdf +0 -0
 - novelwriter/assets/manual_fr.pdf +0 -0
 - novelwriter/assets/sample.zip +0 -0
 - novelwriter/assets/text/credits_en.htm +61 -11
 - novelwriter/assets/themes/aura.conf +97 -0
 - novelwriter/assets/themes/aura_bright.conf +95 -0
 - novelwriter/assets/themes/aura_soft.conf +97 -0
 - novelwriter/assets/themes/b2t_garden_dark.conf +97 -0
 - novelwriter/assets/themes/b2t_garden_light.conf +97 -0
 - novelwriter/assets/themes/b2t_suburb_dark.conf +97 -0
 - novelwriter/assets/themes/b2t_suburb_light.conf +97 -0
 - novelwriter/assets/themes/b4t_classic_o_dark.conf +97 -0
 - novelwriter/assets/themes/b4t_classic_o_light.conf +97 -0
 - novelwriter/assets/themes/b4t_modern_c_dark.conf +97 -0
 - novelwriter/assets/themes/b4t_modern_c_light.conf +97 -0
 - novelwriter/assets/themes/blue_streak_dark.conf +97 -0
 - novelwriter/assets/themes/blue_streak_light.conf +97 -0
 - novelwriter/assets/themes/castle_day.conf +95 -0
 - novelwriter/assets/themes/castle_night.conf +95 -0
 - novelwriter/assets/themes/catppuccin_latte.conf +97 -0
 - novelwriter/assets/themes/catppuccin_mocha.conf +97 -0
 - novelwriter/assets/themes/chalky_soil.conf +95 -0
 - novelwriter/assets/themes/chernozem.conf +95 -0
 - novelwriter/assets/themes/cyberpunk_night.conf +88 -40
 - novelwriter/assets/themes/default_dark.conf +89 -41
 - novelwriter/assets/themes/default_light.conf +89 -41
 - novelwriter/assets/themes/dracula.conf +91 -42
 - novelwriter/assets/themes/espresso.conf +97 -0
 - novelwriter/assets/themes/everforest_dark.conf +97 -0
 - novelwriter/assets/themes/everforest_light.conf +97 -0
 - novelwriter/assets/themes/floral_daydream.conf +95 -0
 - novelwriter/assets/themes/floral_midnight.conf +95 -0
 - novelwriter/assets/themes/full_moon.conf +95 -0
 - novelwriter/assets/themes/grey_dark.conf +97 -0
 - novelwriter/assets/themes/grey_light.conf +97 -0
 - novelwriter/assets/themes/horizon_dark.conf +97 -0
 - novelwriter/assets/themes/horizon_light.conf +97 -0
 - novelwriter/assets/themes/jewel_case_dark.conf +95 -0
 - novelwriter/assets/themes/jewel_case_light.conf +95 -0
 - novelwriter/assets/themes/lcars.conf +97 -0
 - novelwriter/assets/themes/light_owl.conf +117 -0
 - novelwriter/assets/themes/new_moon.conf +97 -0
 - novelwriter/assets/themes/night_owl.conf +117 -0
 - novelwriter/assets/themes/noctis.conf +129 -0
 - novelwriter/assets/themes/noctis_lux.conf +129 -0
 - novelwriter/assets/themes/nord.conf +97 -0
 - novelwriter/assets/themes/nordlicht.conf +95 -0
 - novelwriter/assets/themes/otium_dark.conf +95 -0
 - novelwriter/assets/themes/otium_light.conf +95 -0
 - novelwriter/assets/themes/paragon.conf +96 -0
 - novelwriter/assets/themes/primer_light.conf +97 -0
 - novelwriter/assets/themes/primer_night.conf +97 -0
 - novelwriter/assets/themes/rose_pine.conf +97 -0
 - novelwriter/assets/themes/rose_pine_dawn.conf +97 -0
 - novelwriter/assets/themes/ruby_day.conf +95 -0
 - novelwriter/assets/themes/ruby_night.conf +95 -0
 - novelwriter/assets/themes/selenium_dark.conf +95 -0
 - novelwriter/assets/themes/selenium_light.conf +95 -0
 - novelwriter/assets/themes/sepia_dark.conf +95 -0
 - novelwriter/assets/themes/sepia_light.conf +95 -0
 - novelwriter/assets/themes/snazzy.conf +102 -40
 - novelwriter/assets/themes/solarized_dark.conf +108 -40
 - novelwriter/assets/themes/solarized_light.conf +108 -40
 - novelwriter/assets/themes/sultana_light.conf +95 -0
 - novelwriter/assets/themes/sultana_night.conf +95 -0
 - novelwriter/assets/themes/tango_dark.conf +111 -0
 - novelwriter/assets/themes/tango_light.conf +111 -0
 - novelwriter/assets/themes/tomorrow.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night_blue.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night_bright.conf +117 -0
 - novelwriter/assets/themes/tomorrow_night_eighties.conf +117 -0
 - novelwriter/assets/themes/vivid_black_green.conf +97 -0
 - novelwriter/assets/themes/vivid_black_red.conf +97 -0
 - novelwriter/assets/themes/vivid_white_green.conf +97 -0
 - novelwriter/assets/themes/vivid_white_red.conf +97 -0
 - novelwriter/assets/themes/warpgate.conf +96 -0
 - novelwriter/assets/themes/waterlily_dark.conf +95 -0
 - novelwriter/assets/themes/waterlily_light.conf +95 -0
 - novelwriter/common.py +47 -17
 - novelwriter/config.py +57 -62
 - novelwriter/constants.py +32 -6
 - novelwriter/core/buildsettings.py +3 -23
 - novelwriter/core/coretools.py +21 -25
 - novelwriter/core/docbuild.py +4 -9
 - novelwriter/core/document.py +2 -6
 - novelwriter/core/index.py +33 -53
 - novelwriter/core/indexdata.py +17 -22
 - novelwriter/core/item.py +11 -35
 - novelwriter/core/itemmodel.py +5 -21
 - novelwriter/core/novelmodel.py +3 -7
 - novelwriter/core/options.py +3 -4
 - novelwriter/core/project.py +31 -21
 - novelwriter/core/projectdata.py +2 -21
 - novelwriter/core/projectxml.py +13 -21
 - novelwriter/core/sessions.py +2 -4
 - novelwriter/core/spellcheck.py +12 -13
 - novelwriter/core/status.py +27 -20
 - novelwriter/core/storage.py +5 -10
 - novelwriter/core/tree.py +6 -15
 - novelwriter/dialogs/about.py +9 -10
 - novelwriter/dialogs/docmerge.py +17 -14
 - novelwriter/dialogs/docsplit.py +18 -14
 - novelwriter/dialogs/editlabel.py +15 -9
 - novelwriter/dialogs/preferences.py +69 -68
 - novelwriter/dialogs/projectsettings.py +88 -67
 - novelwriter/dialogs/quotes.py +15 -10
 - novelwriter/dialogs/wordlist.py +18 -21
 - novelwriter/enum.py +75 -30
 - novelwriter/error.py +6 -11
 - novelwriter/extensions/configlayout.py +8 -34
 - novelwriter/extensions/eventfilters.py +3 -3
 - novelwriter/extensions/modified.py +87 -32
 - novelwriter/extensions/novelselector.py +13 -12
 - novelwriter/extensions/pagedsidebar.py +10 -18
 - novelwriter/extensions/progressbars.py +5 -11
 - novelwriter/extensions/statusled.py +3 -6
 - novelwriter/extensions/switch.py +8 -11
 - novelwriter/extensions/switchbox.py +2 -11
 - novelwriter/extensions/versioninfo.py +6 -7
 - novelwriter/formats/shared.py +10 -2
 - novelwriter/formats/todocx.py +15 -37
 - novelwriter/formats/tohtml.py +52 -61
 - novelwriter/formats/tokenizer.py +33 -64
 - novelwriter/formats/tomarkdown.py +4 -11
 - novelwriter/formats/toodt.py +12 -71
 - novelwriter/formats/toqdoc.py +11 -21
 - novelwriter/formats/toraw.py +2 -6
 - novelwriter/gui/doceditor.py +207 -245
 - novelwriter/gui/dochighlight.py +142 -101
 - novelwriter/gui/docviewer.py +53 -84
 - novelwriter/gui/docviewerpanel.py +18 -41
 - novelwriter/gui/editordocument.py +12 -17
 - novelwriter/gui/itemdetails.py +5 -14
 - novelwriter/gui/mainmenu.py +24 -32
 - novelwriter/gui/noveltree.py +13 -51
 - novelwriter/gui/outline.py +20 -61
 - novelwriter/gui/projtree.py +40 -96
 - novelwriter/gui/search.py +9 -24
 - novelwriter/gui/sidebar.py +54 -22
 - novelwriter/gui/statusbar.py +7 -22
 - novelwriter/gui/theme.py +482 -368
 - novelwriter/guimain.py +87 -101
 - novelwriter/shared.py +79 -48
 - novelwriter/splash.py +9 -5
 - novelwriter/text/comments.py +1 -1
 - novelwriter/text/counting.py +9 -5
 - novelwriter/text/patterns.py +20 -15
 - novelwriter/tools/dictionaries.py +18 -16
 - novelwriter/tools/lipsum.py +15 -17
 - novelwriter/tools/manusbuild.py +25 -45
 - novelwriter/tools/manuscript.py +94 -95
 - novelwriter/tools/manussettings.py +149 -104
 - novelwriter/tools/noveldetails.py +10 -24
 - novelwriter/tools/welcome.py +24 -72
 - novelwriter/tools/writingstats.py +17 -26
 - novelwriter/types.py +25 -13
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/METADATA +7 -7
 - novelwriter-2.8b1.dist-info/RECORD +212 -0
 - novelwriter/assets/images/welcome-dark.jpg +0 -0
 - novelwriter/assets/images/welcome-light.jpg +0 -0
 - novelwriter/assets/syntax/cyberpunk_night.conf +0 -28
 - novelwriter/assets/syntax/default_dark.conf +0 -42
 - novelwriter/assets/syntax/default_light.conf +0 -42
 - novelwriter/assets/syntax/dracula.conf +0 -44
 - novelwriter/assets/syntax/grey_dark.conf +0 -29
 - novelwriter/assets/syntax/grey_light.conf +0 -29
 - novelwriter/assets/syntax/light_owl.conf +0 -49
 - novelwriter/assets/syntax/night_owl.conf +0 -49
 - novelwriter/assets/syntax/snazzy.conf +0 -42
 - novelwriter/assets/syntax/solarized_dark.conf +0 -29
 - novelwriter/assets/syntax/solarized_light.conf +0 -29
 - novelwriter/assets/syntax/tango.conf +0 -39
 - novelwriter/assets/syntax/tomorrow.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night_blue.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night_bright.conf +0 -49
 - novelwriter/assets/syntax/tomorrow_night_eighties.conf +0 -49
 - novelwriter/assets/themes/default.conf +0 -3
 - novelwriter-2.7.4.dist-info/RECORD +0 -163
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/WHEEL +0 -0
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/entry_points.txt +0 -0
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/licenses/LICENSE.md +0 -0
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/licenses/setup/LICENSE-Apache-2.0.txt +0 -0
 - {novelwriter-2.7.4.dist-info → novelwriter-2.8b1.dist-info}/top_level.txt +0 -0
 
| 
         @@ -1,17 +1,16 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            [Main]
         
     | 
| 
       2 
     | 
    
         
            -
            name 
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            author 
     | 
| 
       5 
     | 
    
         
            -
            credit 
     | 
| 
       6 
     | 
    
         
            -
            url 
     | 
| 
       7 
     | 
    
         
            -
            license     = MIT
         
     | 
| 
       8 
     | 
    
         
            -
            licenseurl  = https://github.com/dracula/dracula-theme/blob/main/LICENSE
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Dracula
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen (adaptation)
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Zeno Rocha
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://draculatheme.com
         
     | 
| 
       9 
7 
     | 
    
         | 
| 
       10 
8 
     | 
    
         
             
            ##
         
     | 
| 
       11 
9 
     | 
    
         
             
            # Colours:
         
     | 
| 
      
 10 
     | 
    
         
            +
            # See: https://spec.draculatheme.com/
         
     | 
| 
       12 
11 
     | 
    
         
             
            # Background   = 282a36 :  40,  42,  54
         
     | 
| 
       13 
12 
     | 
    
         
             
            # Foreground   = f8f8f2 : 248, 248, 242
         
     | 
| 
       14 
     | 
    
         
            -
            # Current Line =  
     | 
| 
      
 13 
     | 
    
         
            +
            # Current Line = 44475a :  68,  71,  90
         
     | 
| 
       15 
14 
     | 
    
         
             
            # Comment      = 6272a4 :  98, 114, 164
         
     | 
| 
       16 
15 
     | 
    
         
             
            # Cyan         = 8be9fd : 139, 233, 253
         
     | 
| 
       17 
16 
     | 
    
         
             
            # Green        = 50fa7b :  80, 250, 123
         
     | 
| 
         @@ -22,43 +21,93 @@ licenseurl  = https://github.com/dracula/dracula-theme/blob/main/LICENSE 
     | 
|
| 
       22 
21 
     | 
    
         
             
            # Yellow       = f1fa8c : 241, 250, 140
         
     | 
| 
       23 
22 
     | 
    
         
             
            ##
         
     | 
| 
       24 
23 
     | 
    
         | 
| 
       25 
     | 
    
         
            -
            [ 
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
             
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
             
     | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
     | 
    
         
            -
             
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
             
     | 
| 
      
 24 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 25 
     | 
    
         
            +
            base    = #282a36
         
     | 
| 
      
 26 
     | 
    
         
            +
            default = #e6e6e0
         
     | 
| 
      
 27 
     | 
    
         
            +
            faded   = #6272a4
         
     | 
| 
      
 28 
     | 
    
         
            +
            red     = #ff5555
         
     | 
| 
      
 29 
     | 
    
         
            +
            orange  = #ffb86c
         
     | 
| 
      
 30 
     | 
    
         
            +
            yellow  = #f1fa8c
         
     | 
| 
      
 31 
     | 
    
         
            +
            green   = #50fa7b
         
     | 
| 
      
 32 
     | 
    
         
            +
            cyan    = #8be9fd
         
     | 
| 
      
 33 
     | 
    
         
            +
            blue    = #93cff9
         
     | 
| 
      
 34 
     | 
    
         
            +
            purple  = #bd93f9
         
     | 
| 
       35 
35 
     | 
    
         | 
| 
       36 
36 
     | 
    
         
             
            [Project]
         
     | 
| 
       37 
     | 
    
         
            -
            root 
     | 
| 
       38 
     | 
    
         
            -
            folder 
     | 
| 
       39 
     | 
    
         
            -
            file 
     | 
| 
       40 
     | 
    
         
            -
            title 
     | 
| 
       41 
     | 
    
         
            -
            chapter 
     | 
| 
       42 
     | 
    
         
            -
            scene 
     | 
| 
       43 
     | 
    
         
            -
            note 
     | 
| 
      
 37 
     | 
    
         
            +
            root     = purple
         
     | 
| 
      
 38 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 39 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 40 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 41 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 42 
     | 
    
         
            +
            scene    = cyan
         
     | 
| 
      
 43 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 44 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 45 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 46 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 49 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 50 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 51 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 52 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 53 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 54 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 55 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 56 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 57 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 58 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 59 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 60 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 61 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 62 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 64 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 65 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 66 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 67 
     | 
    
         
            +
            error     = red
         
     | 
| 
       44 
68 
     | 
    
         | 
| 
       45 
69 
     | 
    
         
             
            [Palette]
         
     | 
| 
       46 
     | 
    
         
            -
            window          = 
     | 
| 
       47 
     | 
    
         
            -
            windowtext      =  
     | 
| 
       48 
     | 
    
         
            -
            base            = 
     | 
| 
       49 
     | 
    
         
            -
            alternatebase   = 
     | 
| 
       50 
     | 
    
         
            -
            text            =  
     | 
| 
       51 
     | 
    
         
            -
            tooltipbase     =  
     | 
| 
       52 
     | 
    
         
            -
            tooltiptext     = 
     | 
| 
       53 
     | 
    
         
            -
            button          = 
     | 
| 
       54 
     | 
    
         
            -
            buttontext      =  
     | 
| 
       55 
     | 
    
         
            -
            brighttext      = 
     | 
| 
       56 
     | 
    
         
            -
            highlight       =  
     | 
| 
       57 
     | 
    
         
            -
            highlightedtext =  
     | 
| 
       58 
     | 
    
         
            -
            link            =  
     | 
| 
       59 
     | 
    
         
            -
            linkvisited     =  
     | 
| 
      
 70 
     | 
    
         
            +
            window          = #44475a
         
     | 
| 
      
 71 
     | 
    
         
            +
            windowtext      = #f8f8f2
         
     | 
| 
      
 72 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 73 
     | 
    
         
            +
            alternatebase   = #333645
         
     | 
| 
      
 74 
     | 
    
         
            +
            text            = #f8f8f2
         
     | 
| 
      
 75 
     | 
    
         
            +
            tooltipbase     = yellow
         
     | 
| 
      
 76 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            button          = #505369
         
     | 
| 
      
 78 
     | 
    
         
            +
            buttontext      = #f8f8f2
         
     | 
| 
      
 79 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 80 
     | 
    
         
            +
            highlight       = #a681da
         
     | 
| 
      
 81 
     | 
    
         
            +
            highlightedtext = #f8f8f2
         
     | 
| 
      
 82 
     | 
    
         
            +
            link            = cyan
         
     | 
| 
      
 83 
     | 
    
         
            +
            linkvisited     = cyan
         
     | 
| 
      
 84 
     | 
    
         
            +
            accent          = #a681da
         
     | 
| 
       60 
85 
     | 
    
         | 
| 
       61 
86 
     | 
    
         
             
            [GUI]
         
     | 
| 
       62 
     | 
    
         
            -
            helptext 
     | 
| 
       63 
     | 
    
         
            -
            fadedtext 
     | 
| 
       64 
     | 
    
         
            -
            errortext 
     | 
| 
      
 87 
     | 
    
         
            +
            helptext  = #ccacf9
         
     | 
| 
      
 88 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 89 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 92 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 93 
     | 
    
         
            +
            text           = #f8f8f2
         
     | 
| 
      
 94 
     | 
    
         
            +
            line           = base:L150
         
     | 
| 
      
 95 
     | 
    
         
            +
            link           = #ff79c6
         
     | 
| 
      
 96 
     | 
    
         
            +
            headertext     = purple
         
     | 
| 
      
 97 
     | 
    
         
            +
            headertag      = purple:D150
         
     | 
| 
      
 98 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 99 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 100 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 101 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 102 
     | 
    
         
            +
            note           = #ffcce9
         
     | 
| 
      
 103 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 104 
     | 
    
         
            +
            shortcode      = cyan
         
     | 
| 
      
 105 
     | 
    
         
            +
            keyword        = #ff79c6
         
     | 
| 
      
 106 
     | 
    
         
            +
            tag            = orange
         
     | 
| 
      
 107 
     | 
    
         
            +
            value          = orange
         
     | 
| 
      
 108 
     | 
    
         
            +
            optional       = green
         
     | 
| 
      
 109 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 110 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 111 
     | 
    
         
            +
            replacetag     = yellow
         
     | 
| 
      
 112 
     | 
    
         
            +
            modifier       = cyan
         
     | 
| 
      
 113 
     | 
    
         
            +
            texthighlight  = yellow:96
         
     | 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Espresso
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Sainnhe Park and Antoine Cotten
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/sainnhe/sonokai
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #2f2726
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #e5e4e2
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #96817b
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #f86882
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #f08d71
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #f0c66f
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #a6cd77
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #81d0c9
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #89a8e0
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #9fa0e1
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 33 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 34 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 35 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 36 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 37 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 38 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 39 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 40 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 41 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 42 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 45 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 46 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 47 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 48 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 49 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 50 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 51 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 54 
     | 
    
         
            +
            window          = base:L125
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #51403c
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = yellow:L125
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = #4e5f80
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = default
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = blue
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = blue
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #392e2c
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = yellow:L125
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = faded
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = yellow
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = orange
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = yellow:L125
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = green
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = green
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = orange
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = yellow
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = blue
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = yellow:108
         
     | 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Everforest Dark
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Sainnhe Park
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/sainnhe/everforest
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #272e33
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #d3c6aa
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #859289
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #e67e80
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #e69875
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #dbbc7f
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #a7c080
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #83c092
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #7fbbb3
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #d699b6
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = orange
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = red
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = blue
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = purple
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = faded
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = cyan
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = orange
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 33 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 34 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 35 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 36 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 37 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 38 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 39 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 40 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 41 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 42 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 45 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 46 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 47 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 48 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 49 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 50 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 51 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 54 
     | 
    
         
            +
            window          = #1e2326
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #374145
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = yellow
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #2e383c
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = #a7c080
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = #a7c080
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = #a9a49d
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #343f44
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = cyan
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = cyan:128
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = blue
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = blue:64
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = cyan
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = purple
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = orange
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = orange
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = faded
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = cyan
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = purple
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = red
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = cyan:72
         
     | 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Everforest Light
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Sainnhe Park
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/sainnhe/everforest
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #fffbef
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #5c6a72
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #939f91
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #f85552
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #f57d26
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #dfa000
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #8da101
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #35a77c
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #3a94c5
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #df69ba
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = orange
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = red
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = blue
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = purple
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = faded
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = cyan
         
     | 
| 
      
 29 
     | 
    
         
            +
            inactive = orange
         
     | 
| 
      
 30 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 33 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 34 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 35 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 36 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 37 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 38 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 39 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 40 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 41 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 42 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 45 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 46 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 47 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 48 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 49 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 50 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 51 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 54 
     | 
    
         
            +
            window          = #f2efdf
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #e8e5d5
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = #fef2d5
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #f8f5e4
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = #93b259
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = #93b259
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = #829181
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #edeada
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = cyan
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = cyan:128
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = blue
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = blue:64
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = cyan
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = purple
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = orange
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = orange
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = faded
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = cyan
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = purple
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = red
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = cyan:64
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Floral Daydream
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #fff4f7
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #ac3b6f
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #c285aa
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #e76b6d
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #e08b46
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #cca333
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #59976b
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #5d9ea3
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #658cc5
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #9d77c9
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = orange
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = blue
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = purple
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = red
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = #6dad7f
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 27 
     | 
    
         
            +
            inactive = faded
         
     | 
| 
      
 28 
     | 
    
         
            +
            disabled = #e2bcce
         
     | 
| 
      
 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          = #ffe3ea
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #ffc7d8
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = #fff0ba
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = #413309
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #ffffff
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #e4688d
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = #4781d8
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = #4781d8
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #e4688d
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = #d14a73
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = #974169
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #ffdbe4
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = #4781d8
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = #4781d8
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = #4781d880
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #8152b8
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #8152b864
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = #eb4073
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = #4781d8
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = #31924c
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = #31924c
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = #1a6d32
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = #31924c
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = #ce7b1d
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ff0000
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = #1a6d32
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = #31924c
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = #1a6d32	
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = #bae2c5
         
     | 
| 
         @@ -0,0 +1,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Floral Midnight
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #212130
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #d3cfe7
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #948dac
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #ff7b7d
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #ffad6e
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #eedb94
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #79bd8b
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #8bcac8
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #91b7ff
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #b78ff0
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = orange
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = blue
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = purple
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = red
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = green
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 27 
     | 
    
         
            +
            inactive = faded
         
     | 
| 
      
 28 
     | 
    
         
            +
            disabled = #55516d
         
     | 
| 
      
 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          = #181825
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #423e58
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = yellow
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = yellow:D400
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #1f1d35
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #a85c8b
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #a85c8b
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = faded
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #303044
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = blue:128
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = #d19df3
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = #d19df364
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = #ff9dd9
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = blue
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = #65ca80
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = #65ca80
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = #a6fdbd
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = #65ca80
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = yellow
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ff4949
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = #65ca80
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = #a6fdbd
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = #a6fdbd
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = green:96
         
     |