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   = LCARS
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Star Trek TNG
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/vkbo/novelWriter
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #101010
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #c7c7c7
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #757575
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #e24d5f
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #ff9902
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #ffdc59
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #54e985
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #7ffff2
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #009cff
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #8aa5ff
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = orange
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 24 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 26 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 27 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 28 
     | 
    
         
            +
            active   = blue
         
     | 
| 
      
 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:L180
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = base:L300
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = yellow:L140
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = base:L140
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = purple
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = purple
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = purple
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = orange
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = blue
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = yellow:48
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = purple
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = orange
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = red
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = yellow
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = green
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = purple
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = purple
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = orange
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = orange
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = purple
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = red
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = purple
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = red
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = orange:96
         
     | 
| 
         @@ -0,0 +1,117 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Light Owl
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Sarah Drasner
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/sdras/night-owl-vscode-theme
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Theme:  Light Owl
         
     | 
| 
      
 10 
     | 
    
         
            +
            # Source: https://github.com/sdras/night-owl-vscode-theme
         
     | 
| 
      
 11 
     | 
    
         
            +
            # Credit: Sarah Drasner
         
     | 
| 
      
 12 
     | 
    
         
            +
            ##
         
     | 
| 
      
 13 
     | 
    
         
            +
            # Colours:
         
     | 
| 
      
 14 
     | 
    
         
            +
            # Background   = #fbfbfb
         
     | 
| 
      
 15 
     | 
    
         
            +
            # Current Line = #eaeaea
         
     | 
| 
      
 16 
     | 
    
         
            +
            # Selection    = #e0e0e0
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Foreground   = #403f52
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Comment      = #989fb1
         
     | 
| 
      
 19 
     | 
    
         
            +
            # Red          = #de3d3a
         
     | 
| 
      
 20 
     | 
    
         
            +
            # Orange       = #e0af05
         
     | 
| 
      
 21 
     | 
    
         
            +
            # Yellow       = #daaa01
         
     | 
| 
      
 22 
     | 
    
         
            +
            # Green        = #08916a
         
     | 
| 
      
 23 
     | 
    
         
            +
            # Aqua         = #2aa298
         
     | 
| 
      
 24 
     | 
    
         
            +
            # Blue         = #288ed7
         
     | 
| 
      
 25 
     | 
    
         
            +
            # Purple       = #964ac1
         
     | 
| 
      
 26 
     | 
    
         
            +
            ##
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 29 
     | 
    
         
            +
            base    = #fbfbfb
         
     | 
| 
      
 30 
     | 
    
         
            +
            default = #403f52
         
     | 
| 
      
 31 
     | 
    
         
            +
            faded   = #989fb1
         
     | 
| 
      
 32 
     | 
    
         
            +
            red     = #de3d3a
         
     | 
| 
      
 33 
     | 
    
         
            +
            orange  = #e0af05
         
     | 
| 
      
 34 
     | 
    
         
            +
            yellow  = #daaa01
         
     | 
| 
      
 35 
     | 
    
         
            +
            green   = #08916a
         
     | 
| 
      
 36 
     | 
    
         
            +
            cyan    = #2aa298
         
     | 
| 
      
 37 
     | 
    
         
            +
            blue    = #288ed7
         
     | 
| 
      
 38 
     | 
    
         
            +
            purple  = #964ac1
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 41 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 42 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 43 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 44 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 45 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 46 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 47 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 48 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 49 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 50 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 53 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 55 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 56 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 57 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 58 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 59 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 60 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 61 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 62 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 63 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 64 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 65 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 66 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 67 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 68 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 69 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 70 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 71 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 74 
     | 
    
         
            +
            window          = #eaeaea
         
     | 
| 
      
 75 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            alternatebase   = #e0e0e0
         
     | 
| 
      
 78 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 79 
     | 
    
         
            +
            tooltipbase     = #ffffc0
         
     | 
| 
      
 80 
     | 
    
         
            +
            tooltiptext     = #15150d
         
     | 
| 
      
 81 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 82 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 83 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 84 
     | 
    
         
            +
            highlight       = #3087c6
         
     | 
| 
      
 85 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 86 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 87 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 88 
     | 
    
         
            +
            accent          = #3087c6
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 91 
     | 
    
         
            +
            helptext  = blue
         
     | 
| 
      
 92 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 94 
     | 
    
         
            +
             
     | 
| 
      
 95 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 96 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 97 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 98 
     | 
    
         
            +
            line           = default:32
         
     | 
| 
      
 99 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 100 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 101 
     | 
    
         
            +
            headertag      = blue:160
         
     | 
| 
      
 102 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 103 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 104 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 105 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 106 
     | 
    
         
            +
            note           = yellow:D175
         
     | 
| 
      
 107 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 108 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 109 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 110 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 111 
     | 
    
         
            +
            value          = orange
         
     | 
| 
      
 112 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 113 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 114 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 115 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 116 
     | 
    
         
            +
            modifier       = green
         
     | 
| 
      
 117 
     | 
    
         
            +
            texthighlight  = yellow:96
         
     | 
| 
         @@ -0,0 +1,97 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = New Moon
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Tania Rascia
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/taniarascia/new-moon
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 9 
     | 
    
         
            +
            base    = #2d2d2d
         
     | 
| 
      
 10 
     | 
    
         
            +
            default = #d1d7e0
         
     | 
| 
      
 11 
     | 
    
         
            +
            faded   = #777c85
         
     | 
| 
      
 12 
     | 
    
         
            +
            red     = #f2777a
         
     | 
| 
      
 13 
     | 
    
         
            +
            orange  = #fca369
         
     | 
| 
      
 14 
     | 
    
         
            +
            yellow  = #ffeea6
         
     | 
| 
      
 15 
     | 
    
         
            +
            green   = #92d192
         
     | 
| 
      
 16 
     | 
    
         
            +
            cyan    = #76d4d6
         
     | 
| 
      
 17 
     | 
    
         
            +
            blue    = #6ab0f3
         
     | 
| 
      
 18 
     | 
    
         
            +
            purple  = #e1a6f2
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 21 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 22 
     | 
    
         
            +
            folder   = orange
         
     | 
| 
      
 23 
     | 
    
         
            +
            file     = purple
         
     | 
| 
      
 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          = #252525
         
     | 
| 
      
 55 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 57 
     | 
    
         
            +
            alternatebase   = #444444
         
     | 
| 
      
 58 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 59 
     | 
    
         
            +
            tooltipbase     = yellow
         
     | 
| 
      
 60 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 61 
     | 
    
         
            +
            button          = #2d2d2d
         
     | 
| 
      
 62 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 63 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 64 
     | 
    
         
            +
            highlight       = #4386c5
         
     | 
| 
      
 65 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 66 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 67 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            accent          = #4386c5
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 71 
     | 
    
         
            +
            helptext  = #999eaa
         
     | 
| 
      
 72 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 73 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 76 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            text           = #b3b9c5
         
     | 
| 
      
 78 
     | 
    
         
            +
            line           = #444444
         
     | 
| 
      
 79 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 80 
     | 
    
         
            +
            headertext     = purple
         
     | 
| 
      
 81 
     | 
    
         
            +
            headertag      = purple:128
         
     | 
| 
      
 82 
     | 
    
         
            +
            emphasis       = blue
         
     | 
| 
      
 83 
     | 
    
         
            +
            whitespace     = blue:64
         
     | 
| 
      
 84 
     | 
    
         
            +
            dialog         = #ffffff
         
     | 
| 
      
 85 
     | 
    
         
            +
            altdialog      = cyan
         
     | 
| 
      
 86 
     | 
    
         
            +
            note           = green
         
     | 
| 
      
 87 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 88 
     | 
    
         
            +
            shortcode      = yellow
         
     | 
| 
      
 89 
     | 
    
         
            +
            keyword        = yellow
         
     | 
| 
      
 90 
     | 
    
         
            +
            tag            = red
         
     | 
| 
      
 91 
     | 
    
         
            +
            value          = #ffd479
         
     | 
| 
      
 92 
     | 
    
         
            +
            optional       = yellow
         
     | 
| 
      
 93 
     | 
    
         
            +
            spellcheckline = #ff6265
         
     | 
| 
      
 94 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 95 
     | 
    
         
            +
            replacetag     = purple
         
     | 
| 
      
 96 
     | 
    
         
            +
            modifier       = yellow
         
     | 
| 
      
 97 
     | 
    
         
            +
            texthighlight  = blue:80
         
     | 
| 
         @@ -0,0 +1,117 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Night Owl
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Sarah Drasner
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/sdras/night-owl-vscode-theme
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Theme:  Night Owl
         
     | 
| 
      
 10 
     | 
    
         
            +
            # Source: https://github.com/sdras/night-owl-vscode-theme
         
     | 
| 
      
 11 
     | 
    
         
            +
            # Credit: Sarah Drasner
         
     | 
| 
      
 12 
     | 
    
         
            +
            ##
         
     | 
| 
      
 13 
     | 
    
         
            +
            # Colours:
         
     | 
| 
      
 14 
     | 
    
         
            +
            # Background   = #011627
         
     | 
| 
      
 15 
     | 
    
         
            +
            # Current Line = #434652
         
     | 
| 
      
 16 
     | 
    
         
            +
            # Selection    = #32374d
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Foreground   = #d6deeb
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Comment      = #637777
         
     | 
| 
      
 19 
     | 
    
         
            +
            # Red          = #f78c6c
         
     | 
| 
      
 20 
     | 
    
         
            +
            # Orange       = #ecc48d
         
     | 
| 
      
 21 
     | 
    
         
            +
            # Yellow       = #ffeb95
         
     | 
| 
      
 22 
     | 
    
         
            +
            # Green        = #addb67
         
     | 
| 
      
 23 
     | 
    
         
            +
            # Aqua         = #7fdbca
         
     | 
| 
      
 24 
     | 
    
         
            +
            # Blue         = #82aaff
         
     | 
| 
      
 25 
     | 
    
         
            +
            # Purple       = #c792ea
         
     | 
| 
      
 26 
     | 
    
         
            +
            ##
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 29 
     | 
    
         
            +
            base    = #011627
         
     | 
| 
      
 30 
     | 
    
         
            +
            default = #d6deeb
         
     | 
| 
      
 31 
     | 
    
         
            +
            faded   = #637777
         
     | 
| 
      
 32 
     | 
    
         
            +
            red     = #f78c6c
         
     | 
| 
      
 33 
     | 
    
         
            +
            orange  = #ecc48d
         
     | 
| 
      
 34 
     | 
    
         
            +
            yellow  = #ffeb95
         
     | 
| 
      
 35 
     | 
    
         
            +
            green   = #addb67
         
     | 
| 
      
 36 
     | 
    
         
            +
            cyan    = #7fdbca
         
     | 
| 
      
 37 
     | 
    
         
            +
            blue    = #82aaff
         
     | 
| 
      
 38 
     | 
    
         
            +
            purple  = #c792ea
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 41 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 42 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 43 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 44 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 45 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 46 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 47 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 48 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 49 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 50 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 51 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 52 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 53 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 54 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 55 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 56 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 57 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 58 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 59 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 62 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 63 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 64 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 65 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 66 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 67 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 68 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 69 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 70 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 71 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 74 
     | 
    
         
            +
            window          = base:L140
         
     | 
| 
      
 75 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            alternatebase   = #32374d
         
     | 
| 
      
 78 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 79 
     | 
    
         
            +
            tooltipbase     = #ffffc0
         
     | 
| 
      
 80 
     | 
    
         
            +
            tooltiptext     = #15150d
         
     | 
| 
      
 81 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 82 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 83 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 84 
     | 
    
         
            +
            highlight       = #2c98f7
         
     | 
| 
      
 85 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 86 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 87 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 88 
     | 
    
         
            +
            accent          = #2c98f7
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 91 
     | 
    
         
            +
            helptext  = blue
         
     | 
| 
      
 92 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 94 
     | 
    
         
            +
             
     | 
| 
      
 95 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 96 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 97 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 98 
     | 
    
         
            +
            line           = default:48
         
     | 
| 
      
 99 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 100 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 101 
     | 
    
         
            +
            headertag      = blue:160
         
     | 
| 
      
 102 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 103 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 104 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 105 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 106 
     | 
    
         
            +
            note           = yellow:L115
         
     | 
| 
      
 107 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 108 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 109 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 110 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 111 
     | 
    
         
            +
            value          = orange
         
     | 
| 
      
 112 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 113 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 114 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 115 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 116 
     | 
    
         
            +
            modifier       = green
         
     | 
| 
      
 117 
     | 
    
         
            +
            texthighlight  = yellow:96
         
     | 
| 
         @@ -0,0 +1,129 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Noctis
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Liviu Schera, and contributors
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/liviuschera/noctis
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Noctis Lux : themes/noctis.json
         
     | 
| 
      
 10 
     | 
    
         
            +
            ##
         
     | 
| 
      
 11 
     | 
    
         
            +
            # colors
         
     | 
| 
      
 12 
     | 
    
         
            +
            # selection.background       : #107684   -> Palette.highlight
         
     | 
| 
      
 13 
     | 
    
         
            +
            # sideBar.background         : #041d20   -> Palette.window
         
     | 
| 
      
 14 
     | 
    
         
            +
            # editor.background          : #052529   -> Base.base
         
     | 
| 
      
 15 
     | 
    
         
            +
            # editor.foreground          : #b2cacd   -> Base.default
         
     | 
| 
      
 16 
     | 
    
         
            +
            # editor.selectionBackground : #169fb144 -> Syntax.line, Syntax.texthighlight
         
     | 
| 
      
 17 
     | 
    
         
            +
            # textLink.foreground        : #40d4e7   -> Palette.link, Syntax.link
         
     | 
| 
      
 18 
     | 
    
         
            +
            # input.background           : #052529   -> Palette.button
         
     | 
| 
      
 19 
     | 
    
         
            +
            # input.foreground           : #cdd3de   -> Palette.buttontext
         
     | 
| 
      
 20 
     | 
    
         
            +
            # notifications.foreground   : #cdd3de   -> Palette.tooltiptext
         
     | 
| 
      
 21 
     | 
    
         
            +
            # notifications.background   : #073940   -> Palette.tooltipbase
         
     | 
| 
      
 22 
     | 
    
         
            +
            ##
         
     | 
| 
      
 23 
     | 
    
         
            +
            # tokenColors
         
     | 
| 
      
 24 
     | 
    
         
            +
            # COMMENT            : #5b858b -> Base.faded
         
     | 
| 
      
 25 
     | 
    
         
            +
            # TEXT               : #b2cacd -> Syntax.text, Syntax.optional
         
     | 
| 
      
 26 
     | 
    
         
            +
            # KEYWORD            : #df769b -> Base.red
         
     | 
| 
      
 27 
     | 
    
         
            +
            # VARIABLE           : #e4b781 -> Palette.accent
         
     | 
| 
      
 28 
     | 
    
         
            +
            # ANNOTATION         : #d67e5c -> Syntax.note, Syntax.emphasis
         
     | 
| 
      
 29 
     | 
    
         
            +
            # CONSTANT           : #d5971a -> Base.yellow
         
     | 
| 
      
 30 
     | 
    
         
            +
            # TAG                : #e66533 -> Base.orange
         
     | 
| 
      
 31 
     | 
    
         
            +
            # STRING             : #49e9a6 -> Syntax.headertext, Palette.accent
         
     | 
| 
      
 32 
     | 
    
         
            +
            # STRINGINTERPOLATED : #16b673 -> Base.green
         
     | 
| 
      
 33 
     | 
    
         
            +
            # NUMBER             : #7060eb -> Base.purple
         
     | 
| 
      
 34 
     | 
    
         
            +
            # FUNCTION           : #16a3b6 -> Base.cyan
         
     | 
| 
      
 35 
     | 
    
         
            +
            # SUPPORT            : #49d6e9 -> Syntax.replacetag
         
     | 
| 
      
 36 
     | 
    
         
            +
            # MISC               : #49ace9 -> Base.blue
         
     | 
| 
      
 37 
     | 
    
         
            +
            # INVALID            : #e3541c -> GUI.errortext
         
     | 
| 
      
 38 
     | 
    
         
            +
            ##
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 41 
     | 
    
         
            +
            base    = #052529
         
     | 
| 
      
 42 
     | 
    
         
            +
            default = #b2cacd
         
     | 
| 
      
 43 
     | 
    
         
            +
            faded   = #5b858b
         
     | 
| 
      
 44 
     | 
    
         
            +
            red     = #df769b
         
     | 
| 
      
 45 
     | 
    
         
            +
            orange  = #e66533
         
     | 
| 
      
 46 
     | 
    
         
            +
            yellow  = #d5971a
         
     | 
| 
      
 47 
     | 
    
         
            +
            green   = #16b673
         
     | 
| 
      
 48 
     | 
    
         
            +
            cyan    = #16a3b6
         
     | 
| 
      
 49 
     | 
    
         
            +
            blue    = #49ace9
         
     | 
| 
      
 50 
     | 
    
         
            +
            purple  = #7060eb
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 53 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 54 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 55 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 57 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 58 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 59 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 60 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 61 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 62 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 63 
     | 
    
         
            +
             
     | 
| 
      
 64 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 65 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 66 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 67 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 68 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 69 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 70 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 71 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 72 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 73 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 74 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 75 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 76 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 77 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 78 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 79 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 80 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 81 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 82 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 83 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 86 
     | 
    
         
            +
            window          = #041d20
         
     | 
| 
      
 87 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 88 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 89 
     | 
    
         
            +
            alternatebase   = base:L175
         
     | 
| 
      
 90 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 91 
     | 
    
         
            +
            tooltipbase     = #073940
         
     | 
| 
      
 92 
     | 
    
         
            +
            tooltiptext     = #cdd3de
         
     | 
| 
      
 93 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 94 
     | 
    
         
            +
            buttontext      = #cdd3de
         
     | 
| 
      
 95 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 96 
     | 
    
         
            +
            highlight       = #107684
         
     | 
| 
      
 97 
     | 
    
         
            +
            highlightedtext = default
         
     | 
| 
      
 98 
     | 
    
         
            +
            link            = #40d4e7
         
     | 
| 
      
 99 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 100 
     | 
    
         
            +
            accent          = #49e9a6
         
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 103 
     | 
    
         
            +
            helptext  = #e4b781
         
     | 
| 
      
 104 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 105 
     | 
    
         
            +
            errortext = #e3541c
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 108 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 109 
     | 
    
         
            +
            text           = #b2cacd
         
     | 
| 
      
 110 
     | 
    
         
            +
            line           = #169fb132
         
     | 
| 
      
 111 
     | 
    
         
            +
            link           = #40d4e7
         
     | 
| 
      
 112 
     | 
    
         
            +
            headertext     = #49e9a6
         
     | 
| 
      
 113 
     | 
    
         
            +
            headertag      = green:D125
         
     | 
| 
      
 114 
     | 
    
         
            +
            emphasis       = #d67e5c
         
     | 
| 
      
 115 
     | 
    
         
            +
            whitespace     = #d67e5c64
         
     | 
| 
      
 116 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 117 
     | 
    
         
            +
            altdialog      = blue
         
     | 
| 
      
 118 
     | 
    
         
            +
            note           = #d67e5c
         
     | 
| 
      
 119 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 120 
     | 
    
         
            +
            shortcode      = red
         
     | 
| 
      
 121 
     | 
    
         
            +
            keyword        = yellow
         
     | 
| 
      
 122 
     | 
    
         
            +
            tag            = blue
         
     | 
| 
      
 123 
     | 
    
         
            +
            value          = red:D125
         
     | 
| 
      
 124 
     | 
    
         
            +
            optional       = #b2cacd
         
     | 
| 
      
 125 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 126 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 127 
     | 
    
         
            +
            replacetag     = #49d6e9
         
     | 
| 
      
 128 
     | 
    
         
            +
            modifier       = red
         
     | 
| 
      
 129 
     | 
    
         
            +
            texthighlight  = #169fb144
         
     | 
| 
         @@ -0,0 +1,129 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Noctis Lux
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Liviu Schera, and contributors
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/liviuschera/noctis
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Noctis Lux : themes/lux.json
         
     | 
| 
      
 10 
     | 
    
         
            +
            ##
         
     | 
| 
      
 11 
     | 
    
         
            +
            # colors
         
     | 
| 
      
 12 
     | 
    
         
            +
            # selection.background       : #169fb155 -> Palette.highlight
         
     | 
| 
      
 13 
     | 
    
         
            +
            # sideBar.background         : #f9f1e1   -> Palette.window
         
     | 
| 
      
 14 
     | 
    
         
            +
            # editor.background          : #fef8ec   -> Base.base
         
     | 
| 
      
 15 
     | 
    
         
            +
            # editor.foreground          : #005661   -> Base.default
         
     | 
| 
      
 16 
     | 
    
         
            +
            # editor.selectionBackground : #ade2eb77 -> Syntax.line, Syntax.texthighlight
         
     | 
| 
      
 17 
     | 
    
         
            +
            # textLink.foreground        : #00c6e0   -> Palette.link, Syntax.link
         
     | 
| 
      
 18 
     | 
    
         
            +
            # input.background           : #fef8ec   -> Palette.button
         
     | 
| 
      
 19 
     | 
    
         
            +
            # input.foreground           : #6a7a7c   -> Palette.buttontext
         
     | 
| 
      
 20 
     | 
    
         
            +
            # notifications.foreground   : #005661   -> Palette.tooltiptext
         
     | 
| 
      
 21 
     | 
    
         
            +
            # notifications.background   : #f2edde   -> Palette.tooltipbase
         
     | 
| 
      
 22 
     | 
    
         
            +
            ##
         
     | 
| 
      
 23 
     | 
    
         
            +
            # tokenColors
         
     | 
| 
      
 24 
     | 
    
         
            +
            # COMMENT            : #8ca6a6 -> Base.faded
         
     | 
| 
      
 25 
     | 
    
         
            +
            # TEXT               : #004d57 -> Syntax.text, Syntax.optional
         
     | 
| 
      
 26 
     | 
    
         
            +
            # KEYWORD            : #ff5792 -> Base.red
         
     | 
| 
      
 27 
     | 
    
         
            +
            # VARIABLE           : #fa8900 -> Palette.accent
         
     | 
| 
      
 28 
     | 
    
         
            +
            # ANNOTATION         : #b3694d -> Syntax.note, Syntax.emphasis
         
     | 
| 
      
 29 
     | 
    
         
            +
            # CONSTANT           : #a88c00 -> Base.yellow
         
     | 
| 
      
 30 
     | 
    
         
            +
            # TAG                : #e64100 -> Base.orange
         
     | 
| 
      
 31 
     | 
    
         
            +
            # STRING             : #00b368 -> Syntax.headertext, Palette.accent
         
     | 
| 
      
 32 
     | 
    
         
            +
            # STRINGINTERPOLATED : #009456 -> Base.green
         
     | 
| 
      
 33 
     | 
    
         
            +
            # NUMBER             : #5842ff -> Base.purple
         
     | 
| 
      
 34 
     | 
    
         
            +
            # FUNCTION           : #0095a8 -> Base.cyan
         
     | 
| 
      
 35 
     | 
    
         
            +
            # SUPPORT            : #00bdd6 -> Syntax.replacetag
         
     | 
| 
      
 36 
     | 
    
         
            +
            # MISC               : #0094f0 -> Base.blue
         
     | 
| 
      
 37 
     | 
    
         
            +
            # INVALID            : #ff530f -> GUI.errortext
         
     | 
| 
      
 38 
     | 
    
         
            +
            ##
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 41 
     | 
    
         
            +
            base    = #fef8ec
         
     | 
| 
      
 42 
     | 
    
         
            +
            default = #005661
         
     | 
| 
      
 43 
     | 
    
         
            +
            faded   = #8ca6a6
         
     | 
| 
      
 44 
     | 
    
         
            +
            red     = #ff5792
         
     | 
| 
      
 45 
     | 
    
         
            +
            orange  = #e64100
         
     | 
| 
      
 46 
     | 
    
         
            +
            yellow  = #a88c00
         
     | 
| 
      
 47 
     | 
    
         
            +
            green   = #009456
         
     | 
| 
      
 48 
     | 
    
         
            +
            cyan    = #0095a8
         
     | 
| 
      
 49 
     | 
    
         
            +
            blue    = #0094f0
         
     | 
| 
      
 50 
     | 
    
         
            +
            purple  = #5842ff
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 53 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 54 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 55 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 56 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 57 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 58 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 59 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 60 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 61 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 62 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 63 
     | 
    
         
            +
             
     | 
| 
      
 64 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 65 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 66 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 67 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 68 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 69 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 70 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 71 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 72 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 73 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 74 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 75 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 76 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 77 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 78 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 79 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 80 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 81 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 82 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 83 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
      
 85 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 86 
     | 
    
         
            +
            window          = #f9f1e1
         
     | 
| 
      
 87 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 88 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 89 
     | 
    
         
            +
            alternatebase   = base:D115
         
     | 
| 
      
 90 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 91 
     | 
    
         
            +
            tooltipbase     = #f2edde
         
     | 
| 
      
 92 
     | 
    
         
            +
            tooltiptext     = #005661
         
     | 
| 
      
 93 
     | 
    
         
            +
            button          = base
         
     | 
| 
      
 94 
     | 
    
         
            +
            buttontext      = #6a7a7c
         
     | 
| 
      
 95 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 96 
     | 
    
         
            +
            highlight       = #169fb155
         
     | 
| 
      
 97 
     | 
    
         
            +
            highlightedtext = default
         
     | 
| 
      
 98 
     | 
    
         
            +
            link            = #00c6e0
         
     | 
| 
      
 99 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 100 
     | 
    
         
            +
            accent          = #00b368
         
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 103 
     | 
    
         
            +
            helptext  = #fa8900
         
     | 
| 
      
 104 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 105 
     | 
    
         
            +
            errortext = #ff530f
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 108 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 109 
     | 
    
         
            +
            text           = #004d57
         
     | 
| 
      
 110 
     | 
    
         
            +
            line           = #ade2eb56
         
     | 
| 
      
 111 
     | 
    
         
            +
            link           = #00c6e0
         
     | 
| 
      
 112 
     | 
    
         
            +
            headertext     = #00b368
         
     | 
| 
      
 113 
     | 
    
         
            +
            headertag      = green:D125
         
     | 
| 
      
 114 
     | 
    
         
            +
            emphasis       = #b3694d
         
     | 
| 
      
 115 
     | 
    
         
            +
            whitespace     = #b3694d64
         
     | 
| 
      
 116 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 117 
     | 
    
         
            +
            altdialog      = blue
         
     | 
| 
      
 118 
     | 
    
         
            +
            note           = #b3694d
         
     | 
| 
      
 119 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 120 
     | 
    
         
            +
            shortcode      = red
         
     | 
| 
      
 121 
     | 
    
         
            +
            keyword        = yellow
         
     | 
| 
      
 122 
     | 
    
         
            +
            tag            = blue
         
     | 
| 
      
 123 
     | 
    
         
            +
            value          = red:D125
         
     | 
| 
      
 124 
     | 
    
         
            +
            optional       = #004d57
         
     | 
| 
      
 125 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 126 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 127 
     | 
    
         
            +
            replacetag     = #00bdd6
         
     | 
| 
      
 128 
     | 
    
         
            +
            modifier       = red
         
     | 
| 
      
 129 
     | 
    
         
            +
            texthighlight  = #ade2eb77
         
     |