Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 772 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 772 Bytes

Inkstained theme

Inspired by the Inkstained Vim theme

Background highlighting

To add the strings background highlighting, recommended to use the Highlight extension with this setting:

    "highlight.regexes": {
        "([\"|\\'])(\\w+)([\"|\\'])": {
            "decorations": [
                {
                    "backgroundColor": "#cbd7dc"
                },
                {
                    "backgroundColor": "#cbd7dc"
                },
                {
                    "backgroundColor": "#cbd7dc"
                },
            ]
        },

Created with VScode.one