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,95 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Sultana Night
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Myian
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 7 
     | 
    
         
            +
            base    = #2a222c
         
     | 
| 
      
 8 
     | 
    
         
            +
            default = #e2cdc9
         
     | 
| 
      
 9 
     | 
    
         
            +
            faded   = #97889b
         
     | 
| 
      
 10 
     | 
    
         
            +
            red     = #ec8ba0
         
     | 
| 
      
 11 
     | 
    
         
            +
            orange  = #ffb29b
         
     | 
| 
      
 12 
     | 
    
         
            +
            yellow  = #ffdfa9
         
     | 
| 
      
 13 
     | 
    
         
            +
            green   = #bdd49d
         
     | 
| 
      
 14 
     | 
    
         
            +
            cyan    = #9cd1bf
         
     | 
| 
      
 15 
     | 
    
         
            +
            blue    = #92b5d4
         
     | 
| 
      
 16 
     | 
    
         
            +
            purple  = #d39fd3
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 19 
     | 
    
         
            +
            root     = default
         
     | 
| 
      
 20 
     | 
    
         
            +
            folder   = orange
         
     | 
| 
      
 21 
     | 
    
         
            +
            file     = blue
         
     | 
| 
      
 22 
     | 
    
         
            +
            title    = red
         
     | 
| 
      
 23 
     | 
    
         
            +
            chapter  = yellow
         
     | 
| 
      
 24 
     | 
    
         
            +
            scene    = green
         
     | 
| 
      
 25 
     | 
    
         
            +
            note     = faded
         
     | 
| 
      
 26 
     | 
    
         
            +
            active   = default
         
     | 
| 
      
 27 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 28 
     | 
    
         
            +
            disabled = #85748a
         
     | 
| 
      
 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          = #221a23
         
     | 
| 
      
 53 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 54 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 55 
     | 
    
         
            +
            alternatebase   = #4a3e4d
         
     | 
| 
      
 56 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 57 
     | 
    
         
            +
            tooltipbase     = yellow
         
     | 
| 
      
 58 
     | 
    
         
            +
            tooltiptext     = base
         
     | 
| 
      
 59 
     | 
    
         
            +
            button          = #2d2130
         
     | 
| 
      
 60 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            brighttext      = base
         
     | 
| 
      
 62 
     | 
    
         
            +
            highlight       = #9e5c70
         
     | 
| 
      
 63 
     | 
    
         
            +
            highlightedtext = default
         
     | 
| 
      
 64 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 65 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 66 
     | 
    
         
            +
            accent          = #9e4c65
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 69 
     | 
    
         
            +
            helptext  = default:192
         
     | 
| 
      
 70 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 71 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 74 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 75 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            line           = #3e3341
         
     | 
| 
      
 77 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 78 
     | 
    
         
            +
            headertext     = #f3eae0
         
     | 
| 
      
 79 
     | 
    
         
            +
            headertag      = #f3eae080
         
     | 
| 
      
 80 
     | 
    
         
            +
            emphasis       = blue
         
     | 
| 
      
 81 
     | 
    
         
            +
            whitespace     = blue:64
         
     | 
| 
      
 82 
     | 
    
         
            +
            dialog         = red
         
     | 
| 
      
 83 
     | 
    
         
            +
            altdialog      = cyan
         
     | 
| 
      
 84 
     | 
    
         
            +
            note           = green
         
     | 
| 
      
 85 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 86 
     | 
    
         
            +
            shortcode      = cyan
         
     | 
| 
      
 87 
     | 
    
         
            +
            keyword        = yellow
         
     | 
| 
      
 88 
     | 
    
         
            +
            tag            = cyan
         
     | 
| 
      
 89 
     | 
    
         
            +
            value          = orange
         
     | 
| 
      
 90 
     | 
    
         
            +
            optional       = faded
         
     | 
| 
      
 91 
     | 
    
         
            +
            spellcheckline = #ff7070
         
     | 
| 
      
 92 
     | 
    
         
            +
            errorline      = #88ecba
         
     | 
| 
      
 93 
     | 
    
         
            +
            replacetag     = purple
         
     | 
| 
      
 94 
     | 
    
         
            +
            modifier       = yellow
         
     | 
| 
      
 95 
     | 
    
         
            +
            texthighlight  = #9e5c7080
         
     | 
| 
         @@ -0,0 +1,111 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Tango Dark
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Tango Desktop Project
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://en.wikipedia.org/wiki/Tango_Desktop_Project
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Colours:
         
     | 
| 
      
 10 
     | 
    
         
            +
            # Background = #30302f
         
     | 
| 
      
 11 
     | 
    
         
            +
            # Foreground = #eeeeec
         
     | 
| 
      
 12 
     | 
    
         
            +
            # Comment    = #8f8f8d
         
     | 
| 
      
 13 
     | 
    
         
            +
            # Red        = #ef2929
         
     | 
| 
      
 14 
     | 
    
         
            +
            # Orange     = #c4a000
         
     | 
| 
      
 15 
     | 
    
         
            +
            # Yellow     = #fce94f
         
     | 
| 
      
 16 
     | 
    
         
            +
            # Green      = #8ae234
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Cyan       = #34e2e2
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Blue       = #3465a4
         
     | 
| 
      
 19 
     | 
    
         
            +
            # Purple     = #ad7fa8
         
     | 
| 
      
 20 
     | 
    
         
            +
            ##
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 23 
     | 
    
         
            +
            base    = #2e3436
         
     | 
| 
      
 24 
     | 
    
         
            +
            default = #eeeeec
         
     | 
| 
      
 25 
     | 
    
         
            +
            faded   = #babdb6
         
     | 
| 
      
 26 
     | 
    
         
            +
            red     = #ef2929
         
     | 
| 
      
 27 
     | 
    
         
            +
            orange  = #fcaf3e
         
     | 
| 
      
 28 
     | 
    
         
            +
            yellow  = #fce94f
         
     | 
| 
      
 29 
     | 
    
         
            +
            green   = #8ae234
         
     | 
| 
      
 30 
     | 
    
         
            +
            cyan    = #34e2e2
         
     | 
| 
      
 31 
     | 
    
         
            +
            blue    = #729fcf
         
     | 
| 
      
 32 
     | 
    
         
            +
            purple  = #ad7fa8
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 35 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 36 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 37 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 38 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 39 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 40 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 41 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 42 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 44 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 47 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 48 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 49 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 50 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 51 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 52 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 53 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 54 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 55 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 56 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 57 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 58 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 59 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 60 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 62 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 63 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 64 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 65 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 68 
     | 
    
         
            +
            window          = base:L140
         
     | 
| 
      
 69 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 70 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 71 
     | 
    
         
            +
            alternatebase   = #454e51
         
     | 
| 
      
 72 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 73 
     | 
    
         
            +
            tooltipbase     = #ffffc0
         
     | 
| 
      
 74 
     | 
    
         
            +
            tooltiptext     = #15150d
         
     | 
| 
      
 75 
     | 
    
         
            +
            button          = #555753
         
     | 
| 
      
 76 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 77 
     | 
    
         
            +
            brighttext      = #555753
         
     | 
| 
      
 78 
     | 
    
         
            +
            highlight       = blue
         
     | 
| 
      
 79 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 80 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 81 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 82 
     | 
    
         
            +
            accent          = blue
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 85 
     | 
    
         
            +
            helptext  = orange
         
     | 
| 
      
 86 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 87 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 90 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 91 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 92 
     | 
    
         
            +
            line           = default:32
         
     | 
| 
      
 93 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 94 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 95 
     | 
    
         
            +
            headertag      = blue:160
         
     | 
| 
      
 96 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 97 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 98 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 99 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 100 
     | 
    
         
            +
            note           = yellow:L115
         
     | 
| 
      
 101 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 102 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 103 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 104 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 105 
     | 
    
         
            +
            value          = red
         
     | 
| 
      
 106 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 107 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 108 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 109 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 110 
     | 
    
         
            +
            modifier       = blue
         
     | 
| 
      
 111 
     | 
    
         
            +
            texthighlight  = yellow:96
         
     | 
| 
         @@ -0,0 +1,111 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Tango Light
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Tango Desktop Project
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://en.wikipedia.org/wiki/Tango_Desktop_Project
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Colours:
         
     | 
| 
      
 10 
     | 
    
         
            +
            # Background = #eeeeec
         
     | 
| 
      
 11 
     | 
    
         
            +
            # Foreground = #2e3436
         
     | 
| 
      
 12 
     | 
    
         
            +
            # Comment    = #8f8f8d
         
     | 
| 
      
 13 
     | 
    
         
            +
            # Red        = #a40000
         
     | 
| 
      
 14 
     | 
    
         
            +
            # Orange     = #c4a000
         
     | 
| 
      
 15 
     | 
    
         
            +
            # Yellow     = #fce94f
         
     | 
| 
      
 16 
     | 
    
         
            +
            # Green      = #8ae234
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Cyan       = #34e2e2
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Blue       = #3465a4
         
     | 
| 
      
 19 
     | 
    
         
            +
            # Purple     = #ad7fa8
         
     | 
| 
      
 20 
     | 
    
         
            +
            ##
         
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 23 
     | 
    
         
            +
            base    = #eeeeec
         
     | 
| 
      
 24 
     | 
    
         
            +
            default = #2e3436
         
     | 
| 
      
 25 
     | 
    
         
            +
            faded   = #888a85
         
     | 
| 
      
 26 
     | 
    
         
            +
            red     = #a40000
         
     | 
| 
      
 27 
     | 
    
         
            +
            orange  = #ce5c00
         
     | 
| 
      
 28 
     | 
    
         
            +
            yellow  = #c4a000
         
     | 
| 
      
 29 
     | 
    
         
            +
            green   = #4e9a06
         
     | 
| 
      
 30 
     | 
    
         
            +
            cyan    = #069a9a
         
     | 
| 
      
 31 
     | 
    
         
            +
            blue    = #204a87
         
     | 
| 
      
 32 
     | 
    
         
            +
            purple  = #5c3566
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
            [Project]
         
     | 
| 
      
 35 
     | 
    
         
            +
            root     = blue
         
     | 
| 
      
 36 
     | 
    
         
            +
            folder   = yellow
         
     | 
| 
      
 37 
     | 
    
         
            +
            file     = default
         
     | 
| 
      
 38 
     | 
    
         
            +
            title    = green
         
     | 
| 
      
 39 
     | 
    
         
            +
            chapter  = red
         
     | 
| 
      
 40 
     | 
    
         
            +
            scene    = blue
         
     | 
| 
      
 41 
     | 
    
         
            +
            note     = yellow
         
     | 
| 
      
 42 
     | 
    
         
            +
            active   = green
         
     | 
| 
      
 43 
     | 
    
         
            +
            inactive = red
         
     | 
| 
      
 44 
     | 
    
         
            +
            disabled = faded
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
            [Icon]
         
     | 
| 
      
 47 
     | 
    
         
            +
            tool      = default
         
     | 
| 
      
 48 
     | 
    
         
            +
            sidebar   = default
         
     | 
| 
      
 49 
     | 
    
         
            +
            accept    = green
         
     | 
| 
      
 50 
     | 
    
         
            +
            reject    = red
         
     | 
| 
      
 51 
     | 
    
         
            +
            action    = blue
         
     | 
| 
      
 52 
     | 
    
         
            +
            altaction = orange
         
     | 
| 
      
 53 
     | 
    
         
            +
            apply     = green
         
     | 
| 
      
 54 
     | 
    
         
            +
            create    = yellow
         
     | 
| 
      
 55 
     | 
    
         
            +
            destroy   = faded
         
     | 
| 
      
 56 
     | 
    
         
            +
            reset     = green
         
     | 
| 
      
 57 
     | 
    
         
            +
            add       = green
         
     | 
| 
      
 58 
     | 
    
         
            +
            change    = green
         
     | 
| 
      
 59 
     | 
    
         
            +
            remove    = red
         
     | 
| 
      
 60 
     | 
    
         
            +
            shortcode = default
         
     | 
| 
      
 61 
     | 
    
         
            +
            markdown  = orange
         
     | 
| 
      
 62 
     | 
    
         
            +
            systemio  = yellow
         
     | 
| 
      
 63 
     | 
    
         
            +
            info      = blue
         
     | 
| 
      
 64 
     | 
    
         
            +
            warning   = orange
         
     | 
| 
      
 65 
     | 
    
         
            +
            error     = red
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
            [Palette]
         
     | 
| 
      
 68 
     | 
    
         
            +
            window          = base:D110
         
     | 
| 
      
 69 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 70 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 71 
     | 
    
         
            +
            alternatebase   = #e0e0e0
         
     | 
| 
      
 72 
     | 
    
         
            +
            text            = default
         
     | 
| 
      
 73 
     | 
    
         
            +
            tooltipbase     = #ffffc0
         
     | 
| 
      
 74 
     | 
    
         
            +
            tooltiptext     = #15150d
         
     | 
| 
      
 75 
     | 
    
         
            +
            button          = #d3d7cf
         
     | 
| 
      
 76 
     | 
    
         
            +
            buttontext      = default
         
     | 
| 
      
 77 
     | 
    
         
            +
            brighttext      = #d3d7cf
         
     | 
| 
      
 78 
     | 
    
         
            +
            highlight       = blue:L200
         
     | 
| 
      
 79 
     | 
    
         
            +
            highlightedtext = #ffffff
         
     | 
| 
      
 80 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 81 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 82 
     | 
    
         
            +
            accent          = blue:L150
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 85 
     | 
    
         
            +
            helptext  = orange
         
     | 
| 
      
 86 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 87 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 90 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 91 
     | 
    
         
            +
            text           = default
         
     | 
| 
      
 92 
     | 
    
         
            +
            line           = default:32
         
     | 
| 
      
 93 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 94 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 95 
     | 
    
         
            +
            headertag      = blue:160
         
     | 
| 
      
 96 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 97 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 98 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 99 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 100 
     | 
    
         
            +
            note           = yellow:D125
         
     | 
| 
      
 101 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 102 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 103 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 104 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 105 
     | 
    
         
            +
            value          = red
         
     | 
| 
      
 106 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 107 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 108 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 109 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 110 
     | 
    
         
            +
            modifier       = blue
         
     | 
| 
      
 111 
     | 
    
         
            +
            texthighlight  = yellow:96
         
     | 
| 
         @@ -0,0 +1,117 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Tomorrow
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = light
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Chris Kempson
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Theme:  Tomorrow
         
     | 
| 
      
 10 
     | 
    
         
            +
            # Source: https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
      
 11 
     | 
    
         
            +
            # Credit: Chris Kempson
         
     | 
| 
      
 12 
     | 
    
         
            +
            ##
         
     | 
| 
      
 13 
     | 
    
         
            +
            # Colours:
         
     | 
| 
      
 14 
     | 
    
         
            +
            # Background   = #ffffff
         
     | 
| 
      
 15 
     | 
    
         
            +
            # Current Line = #efefef
         
     | 
| 
      
 16 
     | 
    
         
            +
            # Selection    = #d6d6d6
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Foreground   = #4d4d4c
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Comment      = #8e908c
         
     | 
| 
      
 19 
     | 
    
         
            +
            # Red          = #c82829
         
     | 
| 
      
 20 
     | 
    
         
            +
            # Orange       = #f5871f
         
     | 
| 
      
 21 
     | 
    
         
            +
            # Yellow       = #eab700
         
     | 
| 
      
 22 
     | 
    
         
            +
            # Green        = #718c00
         
     | 
| 
      
 23 
     | 
    
         
            +
            # Aqua         = #3e999f
         
     | 
| 
      
 24 
     | 
    
         
            +
            # Blue         = #4271ae
         
     | 
| 
      
 25 
     | 
    
         
            +
            # Purple       = #8959a8
         
     | 
| 
      
 26 
     | 
    
         
            +
            ##
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 29 
     | 
    
         
            +
            base    = #ffffff
         
     | 
| 
      
 30 
     | 
    
         
            +
            default = #484848
         
     | 
| 
      
 31 
     | 
    
         
            +
            faded   = #6c6c6c
         
     | 
| 
      
 32 
     | 
    
         
            +
            red     = #c82829
         
     | 
| 
      
 33 
     | 
    
         
            +
            orange  = #f5871f
         
     | 
| 
      
 34 
     | 
    
         
            +
            yellow  = #eab700
         
     | 
| 
      
 35 
     | 
    
         
            +
            green   = #718c00
         
     | 
| 
      
 36 
     | 
    
         
            +
            cyan    = #3e999f
         
     | 
| 
      
 37 
     | 
    
         
            +
            blue    = #4271ae
         
     | 
| 
      
 38 
     | 
    
         
            +
            purple  = #8959a8
         
     | 
| 
      
 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          = #efefef
         
     | 
| 
      
 75 
     | 
    
         
            +
            windowtext      = #000000
         
     | 
| 
      
 76 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            alternatebase   = #d6d6d6
         
     | 
| 
      
 78 
     | 
    
         
            +
            text            = #000000
         
     | 
| 
      
 79 
     | 
    
         
            +
            tooltipbase     = #ffffc0
         
     | 
| 
      
 80 
     | 
    
         
            +
            tooltiptext     = #15150d
         
     | 
| 
      
 81 
     | 
    
         
            +
            button          = #efefef
         
     | 
| 
      
 82 
     | 
    
         
            +
            buttontext      = #000000
         
     | 
| 
      
 83 
     | 
    
         
            +
            brighttext      = #efefef
         
     | 
| 
      
 84 
     | 
    
         
            +
            highlight       = blue
         
     | 
| 
      
 85 
     | 
    
         
            +
            highlightedtext = base
         
     | 
| 
      
 86 
     | 
    
         
            +
            link            = blue
         
     | 
| 
      
 87 
     | 
    
         
            +
            linkvisited     = blue
         
     | 
| 
      
 88 
     | 
    
         
            +
            accent          = blue
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
            [GUI]
         
     | 
| 
      
 91 
     | 
    
         
            +
            helptext  = #5c5c5c
         
     | 
| 
      
 92 
     | 
    
         
            +
            fadedtext = faded
         
     | 
| 
      
 93 
     | 
    
         
            +
            errortext = red
         
     | 
| 
      
 94 
     | 
    
         
            +
             
     | 
| 
      
 95 
     | 
    
         
            +
            [Syntax]
         
     | 
| 
      
 96 
     | 
    
         
            +
            background     = base
         
     | 
| 
      
 97 
     | 
    
         
            +
            text           = #4d4d4c
         
     | 
| 
      
 98 
     | 
    
         
            +
            line           = default:32
         
     | 
| 
      
 99 
     | 
    
         
            +
            link           = blue
         
     | 
| 
      
 100 
     | 
    
         
            +
            headertext     = blue
         
     | 
| 
      
 101 
     | 
    
         
            +
            headertag      = blue:L135
         
     | 
| 
      
 102 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 103 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 104 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 105 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 106 
     | 
    
         
            +
            note           = #b38c00
         
     | 
| 
      
 107 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 108 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 109 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 110 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 111 
     | 
    
         
            +
            value          = yellow
         
     | 
| 
      
 112 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 113 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 114 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 115 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 116 
     | 
    
         
            +
            modifier       = orange
         
     | 
| 
      
 117 
     | 
    
         
            +
            texthighlight  = yellow:96
         
     | 
| 
         @@ -0,0 +1,117 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Tomorrow Night
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Chris Kempson
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Theme:  Tomorrow Night
         
     | 
| 
      
 10 
     | 
    
         
            +
            # Source: https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
      
 11 
     | 
    
         
            +
            # Credit: Chris Kempson
         
     | 
| 
      
 12 
     | 
    
         
            +
            ##
         
     | 
| 
      
 13 
     | 
    
         
            +
            # Colours:
         
     | 
| 
      
 14 
     | 
    
         
            +
            # Background   = #1d1f21
         
     | 
| 
      
 15 
     | 
    
         
            +
            # Current Line = #282a2e
         
     | 
| 
      
 16 
     | 
    
         
            +
            # Selection    = #373b41
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Foreground   = #c5c8c6
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Comment      = #969896
         
     | 
| 
      
 19 
     | 
    
         
            +
            # Red          = #cc6666
         
     | 
| 
      
 20 
     | 
    
         
            +
            # Orange       = #de935f
         
     | 
| 
      
 21 
     | 
    
         
            +
            # Yellow       = #f0c674
         
     | 
| 
      
 22 
     | 
    
         
            +
            # Green        = #b5bd68
         
     | 
| 
      
 23 
     | 
    
         
            +
            # Aqua         = #8abeb7
         
     | 
| 
      
 24 
     | 
    
         
            +
            # Blue         = #81a2be
         
     | 
| 
      
 25 
     | 
    
         
            +
            # Purple       = #b294bb
         
     | 
| 
      
 26 
     | 
    
         
            +
            ##
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 29 
     | 
    
         
            +
            base    = #1d1f21
         
     | 
| 
      
 30 
     | 
    
         
            +
            default = #c5c8c6
         
     | 
| 
      
 31 
     | 
    
         
            +
            faded   = #969896
         
     | 
| 
      
 32 
     | 
    
         
            +
            red     = #cc6666
         
     | 
| 
      
 33 
     | 
    
         
            +
            orange  = #de935f
         
     | 
| 
      
 34 
     | 
    
         
            +
            yellow  = #f0c674
         
     | 
| 
      
 35 
     | 
    
         
            +
            green   = #b5bd68
         
     | 
| 
      
 36 
     | 
    
         
            +
            cyan    = #8abeb7
         
     | 
| 
      
 37 
     | 
    
         
            +
            blue    = #81a2be
         
     | 
| 
      
 38 
     | 
    
         
            +
            purple  = #b294bb
         
     | 
| 
      
 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          = #282a2e
         
     | 
| 
      
 75 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            alternatebase   = #373b41
         
     | 
| 
      
 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  = #a4a4a4
         
     | 
| 
      
 92 
     | 
    
         
            +
            fadedtext = #949494
         
     | 
| 
      
 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:D150
         
     | 
| 
      
 102 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 103 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 104 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 105 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 106 
     | 
    
         
            +
            note           = #f0dbb2
         
     | 
| 
      
 107 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 108 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 109 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 110 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 111 
     | 
    
         
            +
            value          = yellow
         
     | 
| 
      
 112 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 113 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 114 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 115 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 116 
     | 
    
         
            +
            modifier       = orange
         
     | 
| 
      
 117 
     | 
    
         
            +
            texthighlight  = yellow:96
         
     | 
| 
         @@ -0,0 +1,117 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            [Main]
         
     | 
| 
      
 2 
     | 
    
         
            +
            name   = Tomorrow Night Blue
         
     | 
| 
      
 3 
     | 
    
         
            +
            mode   = dark
         
     | 
| 
      
 4 
     | 
    
         
            +
            author = Veronica Berglyd Olsen
         
     | 
| 
      
 5 
     | 
    
         
            +
            credit = Chris Kempson
         
     | 
| 
      
 6 
     | 
    
         
            +
            url    = https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ##
         
     | 
| 
      
 9 
     | 
    
         
            +
            # Theme:  Tomorrow Night Blue
         
     | 
| 
      
 10 
     | 
    
         
            +
            # Source: https://github.com/chriskempson/tomorrow-theme
         
     | 
| 
      
 11 
     | 
    
         
            +
            # Credit: Chris Kempson
         
     | 
| 
      
 12 
     | 
    
         
            +
            ##
         
     | 
| 
      
 13 
     | 
    
         
            +
            # Colours:
         
     | 
| 
      
 14 
     | 
    
         
            +
            # Background   = #002451
         
     | 
| 
      
 15 
     | 
    
         
            +
            # Current Line = #00346e
         
     | 
| 
      
 16 
     | 
    
         
            +
            # Selection    = #003f8e
         
     | 
| 
      
 17 
     | 
    
         
            +
            # Foreground   = #ffffff
         
     | 
| 
      
 18 
     | 
    
         
            +
            # Comment      = #7285b7
         
     | 
| 
      
 19 
     | 
    
         
            +
            # Red          = #ff9da4
         
     | 
| 
      
 20 
     | 
    
         
            +
            # Orange       = #ffc58f
         
     | 
| 
      
 21 
     | 
    
         
            +
            # Yellow       = #ffeead
         
     | 
| 
      
 22 
     | 
    
         
            +
            # Green        = #d1f1a9
         
     | 
| 
      
 23 
     | 
    
         
            +
            # Aqua         = #99ffff
         
     | 
| 
      
 24 
     | 
    
         
            +
            # Blue         = #bbdaff
         
     | 
| 
      
 25 
     | 
    
         
            +
            # Purple       = #ebbbff
         
     | 
| 
      
 26 
     | 
    
         
            +
            ##
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            [Base]
         
     | 
| 
      
 29 
     | 
    
         
            +
            base    = #002451
         
     | 
| 
      
 30 
     | 
    
         
            +
            default = #ffffff
         
     | 
| 
      
 31 
     | 
    
         
            +
            faded   = #7285b7
         
     | 
| 
      
 32 
     | 
    
         
            +
            red     = #ff9da4
         
     | 
| 
      
 33 
     | 
    
         
            +
            orange  = #ffc58f
         
     | 
| 
      
 34 
     | 
    
         
            +
            yellow  = #ffeead
         
     | 
| 
      
 35 
     | 
    
         
            +
            green   = #d1f1a9
         
     | 
| 
      
 36 
     | 
    
         
            +
            cyan    = #99ffff
         
     | 
| 
      
 37 
     | 
    
         
            +
            blue    = #bbdaff
         
     | 
| 
      
 38 
     | 
    
         
            +
            purple  = #ebbbff
         
     | 
| 
      
 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          = base:L125
         
     | 
| 
      
 75 
     | 
    
         
            +
            windowtext      = default
         
     | 
| 
      
 76 
     | 
    
         
            +
            base            = base
         
     | 
| 
      
 77 
     | 
    
         
            +
            alternatebase   = #003f8e
         
     | 
| 
      
 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  = #a4a4a4
         
     | 
| 
      
 92 
     | 
    
         
            +
            fadedtext = #949494
         
     | 
| 
      
 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:D150
         
     | 
| 
      
 102 
     | 
    
         
            +
            emphasis       = orange
         
     | 
| 
      
 103 
     | 
    
         
            +
            whitespace     = orange:64
         
     | 
| 
      
 104 
     | 
    
         
            +
            dialog         = green
         
     | 
| 
      
 105 
     | 
    
         
            +
            altdialog      = yellow
         
     | 
| 
      
 106 
     | 
    
         
            +
            note           = #fff4cc
         
     | 
| 
      
 107 
     | 
    
         
            +
            hidden         = faded
         
     | 
| 
      
 108 
     | 
    
         
            +
            shortcode      = blue
         
     | 
| 
      
 109 
     | 
    
         
            +
            keyword        = red
         
     | 
| 
      
 110 
     | 
    
         
            +
            tag            = purple
         
     | 
| 
      
 111 
     | 
    
         
            +
            value          = yellow
         
     | 
| 
      
 112 
     | 
    
         
            +
            optional       = blue
         
     | 
| 
      
 113 
     | 
    
         
            +
            spellcheckline = red
         
     | 
| 
      
 114 
     | 
    
         
            +
            errorline      = green
         
     | 
| 
      
 115 
     | 
    
         
            +
            replacetag     = cyan
         
     | 
| 
      
 116 
     | 
    
         
            +
            modifier       = orange
         
     | 
| 
      
 117 
     | 
    
         
            +
            texthighlight  = yellow:96
         
     |