diff --git a/extensions/css/test/colorize-fixtures/test.css b/extensions/css/test/colorize-fixtures/test.css new file mode 100644 index 00000000000..23f966f0633 --- /dev/null +++ b/extensions/css/test/colorize-fixtures/test.css @@ -0,0 +1,155 @@ +/* css Zen Garden default style v1.02 */ +/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */ +/* This file based on 'Tranquille' by Dave Shea */ +/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */ +/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */ +/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */ +/* basic elements */ + +.html { + padding: 0; + font-style: 0; +} +body { + font: 75% georgia, sans-serif; + line-height: 1.88889; + color: #555753; + background: #fff url(blossoms.jpg) no-repeat bottom right; + margin: 0; + padding: 0; + background-image: -webkit-linear-gradient(top, start-color, end-color); + background-image: -webkit-gradient(linear, left top, left bottom, from(start-color), to(end-color)); + background-image: -moz-linear-gradient(top, start-color, end-color); + background-image: linear-gradient(to bottom, start-color, end-color); +} + +p { + margin-top: 0; + text-align: justify; +} + +h3 { + font: italic normal 1.4em georgia, sans-serif; + letter-spacing: 1px; + margin-bottom: 0; + color: #7D775C; +} + +a:link { + font-weight: bold; + text-decoration: none; + color: #B7A5DF; +} + +a:visited { + font-weight: bold; + text-decoration: none; + color: #D4CDDC; + cursor: pointer; +} + +a:hover, +a:focus, +a:active { + text-decoration: underline; + color: #9685BA; +} + +abbr { + border-bottom: none; +} + + +/* specific divs */ + +.page-wrapper { + background: url(zen-bg.jpg) no-repeat top left; + padding: 0 175px 0 110px; + margin: 0; + position: relative; +} + +.intro { + min-width: 470px; + width: 100%; +} + +header h1 { + background: transparent url(h1.gif) no-repeat top left; + margin-top: 10px; + display: block; + width: 219px; + height: 87px; + float: left; + text-indent: 100%; + white-space: nowrap; + overflow: hidden; +} + +header { + padding-top: 20px; + height: 87px; +} + +.summary { + clear: both; + margin: 20px 20px 20px 10px; + width: 160px; + float: left; +} + +.summary p { + font: italic 1.1em/2.2 georgia; + text-align: center; +} + +.preamble { + clear: right; + padding: 0px 10px 0 10px; +} + +.supporting { + padding-left: 10px; + margin-bottom: 40px; +} + +#footer { + text-align: center +} + +footer a:link, +footer a:visited { + margin-right: 20px; +} + +.sidebar { + margin-left: 600px; + position: absolute; + top: 0; + right: 0; +} + +.sidebar .wrapper { + font: 10px verdana, sans-serif; + background: transparent url(paper-bg.jpg) top left repeat-y; + padding: 10px; + margin-top: 150px; + width: 130px; +} + +.sidebar li a:link { + color: #988F5E; +} + +.sidebar li a:visited { + color: '#B3AE94'; +} + +.extra1 { + background: transparent url(cr2.gif) top left no-repeat; + position: absolute; + top: 40px; + right: 0; + width: 148px; + height: 110px; +} \ No newline at end of file diff --git a/extensions/css/test/colorize-results/test_css.json b/extensions/css/test/colorize-results/test_css.json new file mode 100644 index 00000000000..00917f62b77 --- /dev/null +++ b/extensions/css/test/colorize-results/test_css.json @@ -0,0 +1,8714 @@ +[ + { + "c": "/*", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " css Zen Garden default style v1.02 ", + "t": "comment.block.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "*/", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/*", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ ", + "t": "comment.block.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "*/", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/*", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " This file based on 'Tranquille' by Dave Shea ", + "t": "comment.block.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "*/", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/*", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " You may use this file as a foundation for any new work, but you may find it easier to start from scratch. ", + "t": "comment.block.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "*/", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/*", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. ", + "t": "comment.block.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "*/", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/*", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. ", + "t": "comment.block.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "*/", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/*", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " basic elements ", + "t": "comment.block.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "*/", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "html", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "padding", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-style", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "body", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "75", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "%", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "georgia", + "t": "css.meta.property-list.support.property-value.constant.font-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "sans-serif", + "t": "css.meta.property-list.support.property-value.constant.font-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "line-height", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1.88889", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#", + "t": "css.punctuation.definition.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": "555753", + "t": "css.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#", + "t": "css.punctuation.definition.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": "fff", + "t": "css.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "url", + "t": "css.meta.property-list.support.property-value.function.misc", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "blossoms.jpg", + "t": "css.meta.property-list.property-value.misc.variable.parameter", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "no-repeat", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bottom", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "right", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "padding", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background-image", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " -webkit-linear-gradient(", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "start", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "end", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background-image", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " -webkit-gradient(linear, ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "left", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "left", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bottom", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", from(", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "start", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "), to(", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "end", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "))", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background-image", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " -moz-linear-gradient(", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "start", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "end", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background-image", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " linear-gradient(to ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bottom", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "start", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "end", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "p", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-top", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "text-align", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "justify", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "h3", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "italic", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "normal", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1.4", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "em", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "georgia", + "t": "css.meta.property-list.support.property-value.constant.font-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "sans-serif", + "t": "css.meta.property-list.support.property-value.constant.font-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "letter-spacing", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-bottom", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#", + "t": "css.punctuation.definition.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": "7D775C", + "t": "css.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "a", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ":", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "link", + "t": "css.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-weight", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bold", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "text-decoration", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "none", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#", + "t": "css.punctuation.definition.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": "B7A5DF", + "t": "css.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "a", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ":", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "visited", + "t": "css.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-weight", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bold", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "text-decoration", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "none", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#", + "t": "css.punctuation.definition.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": "D4CDDC", + "t": "css.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "cursor", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "pointer", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "a", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ":", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "hover", + "t": "css.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": ",", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "a", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ":", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "focus", + "t": "css.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": ",", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "a", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ":", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "active", + "t": "css.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "text-decoration", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "underline", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#", + "t": "css.punctuation.definition.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": "9685BA", + "t": "css.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "abbr", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border-bottom", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "none", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/*", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " specific divs ", + "t": "comment.block.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "*/", + "t": "comment.block.css.punctuation.definition", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "page-wrapper", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "url", + "t": "css.meta.property-list.support.property-value.function.misc", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "zen-bg.jpg", + "t": "css.meta.property-list.property-value.misc.variable.parameter", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "no-repeat", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "left", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "padding", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "175", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "110", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "position", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "relative", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "intro", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "min-width", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "470", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "%", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "header", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "h1", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "transparent", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "url", + "t": "css.meta.property-list.support.property-value.function.misc", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "h1.gif", + "t": "css.meta.property-list.property-value.misc.variable.parameter", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "no-repeat", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "left", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-top", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "display", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "block", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "219", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "height", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "87", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "float", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "left", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "text-indent", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "%", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "white-space", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "nowrap", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "overflow", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "hidden", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "header", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "padding-top", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "20", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "height", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "87", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "summary", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "clear", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "both", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "20", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "20", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "20", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "160", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "float", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "left", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "summary", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "p", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "italic", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1.1", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "em", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": "/", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2.2", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "georgia", + "t": "css.meta.property-list.support.property-value.constant.font-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "text-align", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "center", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "preamble", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "clear", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "right", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "padding", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "supporting", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "padding-left", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-bottom", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "40", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.id", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "footer", + "t": "css.meta.selector.entity.other.attribute-name.id", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "text-align", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "center", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "footer", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "a", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ":", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "link", + "t": "css.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": ",", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "footer", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "a", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ":", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "visited", + "t": "css.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-right", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "20", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "sidebar", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-left", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "600", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "position", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "absolute", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "right", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "sidebar", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "wrapper", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "verdana", + "t": "css.meta.property-list.support.property-value.constant.font-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "sans-serif", + "t": "css.meta.property-list.support.property-value.constant.font-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "transparent", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "url", + "t": "css.meta.property-list.support.property-value.function.misc", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "paper-bg.jpg", + "t": "css.meta.property-list.property-value.misc.variable.parameter", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "left", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "repeat-y", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "padding", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-top", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "150", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "130", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "sidebar", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "li", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "a", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ":", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "link", + "t": "css.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#", + "t": "css.punctuation.definition.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": "988F5E", + "t": "css.meta.other.property-list.property-value.constant.color.rgb-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "sidebar", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "li", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "a", + "t": "css.meta.selector.entity.name.tag", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ":", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "visited", + "t": "css.meta.selector.entity.other.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "'", + "t": "css.punctuation.definition.meta.property-list.begin.property-value.string.quoted.single", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "#B3AE94", + "t": "css.meta.property-list.property-value.string.quoted.single", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "'", + "t": "css.punctuation.definition.meta.property-list.property-value.end.string.quoted.single", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "css.punctuation.definition.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "extra1", + "t": "css.meta.selector.entity.other.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "css.meta.selector", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.meta.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.meta.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.meta.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.meta.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.meta.selector" + } + }, + { + "c": "{", + "t": "css.punctuation.meta.property-list.section.begin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "transparent", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "url", + "t": "css.meta.property-list.support.property-value.function.misc", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "cr2.gif", + "t": "css.meta.property-list.property-value.misc.variable.parameter", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable.parameter", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable.parameter", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "css.punctuation.meta.property-list.section.property-value.function", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "left", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "no-repeat", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "position", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "absolute", + "t": "css.meta.property-list.support.property-value.constant", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "40", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "right", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "148", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "height", + "t": "css.meta.property-list.property-name.support.type", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "css.punctuation.meta.property-list.property-value.separator.key-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "css.meta.property-list.property-value", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "110", + "t": "css.meta.property-list.property-value.constant.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "css.meta.other.property-list.property-value.constant.numeric.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "css.punctuation.meta.property-list.property-value.terminator.rule", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "css.punctuation.meta.property-list.section.end", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + } +] \ No newline at end of file diff --git a/extensions/less/test/colorize-fixtures/test.less b/extensions/less/test/colorize-fixtures/test.less new file mode 100644 index 00000000000..0755588e585 --- /dev/null +++ b/extensions/less/test/colorize-fixtures/test.less @@ -0,0 +1,46 @@ +@base: #f938ab; + +.box-shadow(@style, @c) when (iscolor(@c)) { + border-radius: @style @c; +} + +.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) { + .box-shadow(@style, rgba(0, 0, 0, @alpha)); +} + +.box { + color: saturate(@base, 5%); + border-color: lighten(@base, 30%); + + div { + .box-shadow((0 0 5px), 30%); + } +} + +#header { + h1 { + font-size: 26px; + font-weight: bold; + } + + p { font-size: 12px; + a { text-decoration: none; + &:hover { border-width: 1px } + } + } +} + +@the-border: 1px; +@base-color: #111; +@red: #842210; + +#header { + color: (@base-color * 3); + border-left: @the-border; + border-right: (@the-border * 2); +} + +#footer { + color: (@base-color + #003300); + border-color: desaturate(@red, 10%); +} diff --git a/extensions/less/test/colorize-results/test_less.json b/extensions/less/test/colorize-results/test_less.json new file mode 100644 index 00000000000..365fa2f205e --- /dev/null +++ b/extensions/less/test/colorize-results/test_less.json @@ -0,0 +1,2499 @@ +[ + { + "c": "@base", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#f938ab", + "t": "other.constant.rgb-value.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".box-shadow", + "t": "other.css.entity.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@style", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@c", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " when ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "iscolor", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@c", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "))", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border-radius", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@style", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@c", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".box-shadow", + "t": "other.css.entity.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@style", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@alpha", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ":", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 50", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "%", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " when ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "isnumber", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@alpha", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "))", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".box-shadow", + "t": "other.css.entity.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@style", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ", ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "rgba", + "t": "css.support.function.any-method.builtin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ",", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 0", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ",", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 0", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ", ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@alpha", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "))", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".box", + "t": "other.css.entity.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "saturate", + "t": "less.support.function.any-method.builtin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@base", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 5", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "%", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border-color", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "lighten", + "t": "less.support.function.any-method.builtin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@base", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 30", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "%", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "div", + "t": "keyword.control.html.elements", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".box-shadow", + "t": "other.css.entity.attribute-name.class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": "((", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0 0 5", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 30", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "%", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#header", + "t": "other.css.entity.attribute-name.meta.selector.id", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "h1", + "t": "keyword.control.html.elements", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-size", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 26", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-weight", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bold", + "t": "constant.css.support.property-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "p", + "t": "keyword.control.html.elements", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-size", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 12", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "a", + "t": "keyword.control.html.elements", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "text-decoration", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "none", + "t": "constant.css.support.property-value", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t\t\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "&", + "t": "less.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": ":hover", + "t": "other.css.entity.attribute-name.pseudo-class", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border-width", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ":", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 1", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@the-border", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ":", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 1", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "px", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@base-color", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#111", + "t": "other.constant.rgb-value.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@red", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#842210", + "t": "other.constant.rgb-value.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#header", + "t": "other.css.entity.attribute-name.meta.selector.id", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@base-color", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "less.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " 3", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border-left", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@the-border", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border-right", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@the-border", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "less.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " 2", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#footer", + "t": "other.css.entity.attribute-name.meta.selector.id", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@base-color", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "+", + "t": "less.keyword.operator", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#003300", + "t": "other.constant.rgb-value.css", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\t", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border-color", + "t": "css.support.type.property-name", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "desaturate", + "t": "less.support.function.any-method.builtin", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@red", + "t": "variable.other.less", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " 10", + "t": "constant.css.numeric", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "%", + "t": "other.css.keyword.unit", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.other.unit", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.other.unit", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.other.unit", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.other.unit", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.other.unit" + } + }, + { + "c": ")", + "t": "less.meta.brace.round", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "less.meta.brace.curly", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + } +] \ No newline at end of file diff --git a/extensions/vscode-colorize-tests/test/colorize-fixtures/test.scss b/extensions/vscode-colorize-tests/test/colorize-fixtures/test.scss new file mode 100644 index 00000000000..311557a6315 --- /dev/null +++ b/extensions/vscode-colorize-tests/test/colorize-fixtures/test.scss @@ -0,0 +1,336 @@ +// snippets from the Sass documentation at http://sass-lang.com/ + +/* css stuff */ +/* charset */ +@charset "UTF-8"; + +/* nested rules */ +#main { + width: 97%; + p, div { + font-size: 2em; + a { font-weight: bold; } + } + pre { font-size: 3em; } +} + +/* parent selector (&) */ +#main { + color: black; + a { + font-weight: bold; + &:hover { color: red; } + } +} + +/* nested properties */ +.funky { + font: 2px/3px { + family: fantasy; + size: 30em; + weight: bold; + } + color: black; +} + +/* nesting conflicts */ +tr.default { + foo: { // properties + foo : 1; + } + foo: 1px; // rule + foo.bar { // selector + foo : 1; + } + foo:bar { // selector + foo : 1; + } + foo: 1px; // rule +} + +/* extended comment syntax */ +/* This comment is + * several lines long. + * since it uses the CSS comment syntax, + * it will appear in the CSS output. */ +body { color: black; } + +// These comments are only one line long each. +// They won't appear in the CSS output, +// since they use the single-line comment syntax. +a { color: green; } + +/* variables */ +$width: 5em; +$width: "Second width?" !default; +#main { + $localvar: 6em; + width: $width; + + $font-size: 12px; + $line-height: 30px; + font: #{$font-size}/#{$line-height}; +} +$name: foo; +$attr: border; +p.#{$name} { + #{$attr}-color: blue; +} + +/* variable declaration with whitespaces */ +// Set the color of your columns +$grid-background-column-color : rgba(100, 100, 225, 0.25) !default; + +/* operations*/ +p { + width: (1em + 2em) * 3; + color: #010203 + #040506; + font-family: sans- + "serif"; + margin: 3px + 4px auto; + content: "I ate #{5 + 10} pies!"; + color: hsl(0, 100%, 50%); + color: hsl($hue: 0, $saturation: 100%, $lightness: 50%); +} +/* functions*/ +$grid-width: 40px; +$gutter-width: 10px; +@function grid-width($n) { + @return $n * $grid-width + ($n - 1) * $gutter-width; +} +#sidebar { width: grid-width(5); } + +/* @import */ +@import "foo.scss"; +$family: unquote("Droid+Sans"); +@import "rounded-corners", url("http://fonts.googleapis.com/css?family=#{$family}"); +#main { + @import "example"; +} + +/* @media */ +.sidebar { + width: 300px; + @media screen and (orientation: landscape) { + width: 500px; + } +} + +/* @extend */ +.error { + border: 1px #f00; + background-color: #fdd; +} +.seriousError { + @extend .error; + border-width: 3px; +} +#context a%extreme { + color: blue; + font-weight: bold; + font-size: 2em; +} +.notice { + @extend %extreme !optional; +} + +/* @debug and @warn */ +@debug 10em + 12em; +@mixin adjust-location($x, $y) { + @if unitless($x) { + @warn "Assuming #{$x} to be in pixels"; + $x: 1px * $x; + } + @if unitless($y) { + @warn "Assuming #{$y} to be in pixels"; + $y: 1px * $y; + } + position: relative; left: $x; top: $y; +} + +/* control directives */ + +/* if statement */ +p { + @if 1 + 1 == 2 { border: 1px solid; } + @if 5 < 3 { border: 2px dotted; } + @if null { border: 3px double; } +} + +/* if else statement */ +$type: monster; +p { + @if $type == ocean { + color: blue; + } @else { + color: black; + } +} + +/* for statement */ +@for $i from 1 through 3 { + .item-#{$i} { width: 2em * $i; } +} + +/* each statement */ +@each $animal in puma, sea-slug, egret, salamander { + .#{$animal}-icon { + background-image: url('/images/#{$animal}.png'); + } +} + +/* while statement */ +$i: 6; +@while $i > 0 { + .item-#{$i} { width: 2em * $i; } + $i: $i - 2; +} + +/* function with controlstatements */ +@function foo($total, $a) { + @for $i from 0 to $total { + @if (unit($a) == "%") and ($i == ($total - 1)) { + $z: 100%; + @return '1'; + } + } + @return $grid; +} + +/* @mixin simple*/ +@mixin large-text { + font: { + family: Arial; + size: 20px; + weight: bold; + } + color: #ff0000; +} +.page-title { + @include large-text; + padding: 4px; +} + +/* mixin with parameters */ +@mixin sexy-border($color, $width: 1in) { + border: { + color: $color; + width: $width; + style: dashed; + } +} +p { @include sexy-border(blue); } + +/* mixin with varargs */ +@mixin box-shadow($shadows...) { + -moz-box-shadow: $shadows; + -webkit-box-shadow: $shadows; + box-shadow: $shadows; +} +.shadows { + @include box-shadow(0px 4px 5px #666, 2px 6px 10px #999); +} + +/* include with varargs */ +@mixin colors($text, $background, $border) { + color: $text; + background-color: $background; + border-color: $border; +} +$values: #ff0000, #00ff00, #0000ff; +.primary { + @include colors($values...); +} + +/* include with body */ +@mixin apply-to-ie6-only { + * html { + @content; + } +} +@include apply-to-ie6-only { + #logo { + background-image: url(/logo.gif); + } +} + + + +/* attributes */ +[rel="external"]::after { + content: 's'; +} +/*page */ +@page :left { + margin-left: 4cm; + margin-right: 3cm; +} + +/* missing semicolons */ +tr.default { + foo.bar { + $foo: 1px + } + foo: { + foo : white + } + foo.bar1 { + @extend tr.default + } + foo.bar2 { + @import "compass" + } + bar: black +} + +/* rules without whitespace */ +legend {foo{a:s}margin-top:0;margin-bottom:#123;margin-top:s(1)} + +/* extend with interpolation variable */ +@mixin error($a: false) { + @extend .#{$a}; + @extend ##{$a}; +} +#bar {a: 1px;} +.bar {b: 1px;} +foo { + @include error('bar'); +} + +/* css3: @font face */ +@font-face { font-family: Delicious; src: url('Delicious-Roman.otf'); } + +/* rule names with variables */ +.orbit-#{$d}-prev { + #{$d}-style: 0; + foo-#{$d}: 1; + #{$d}-bar-#{$d}: 2; + foo-#{$d}-bar: 1; +} + +/* keyframes */ +@-webkit-keyframes NAME-YOUR-ANIMATION { + 0% { opacity: 0; } + 100% { opacity: 1; } +} +@-moz-keyframes NAME-YOUR-ANIMATION { + 0% { opacity: 0; } + 100% { opacity: 1; } +} +@-o-keyframes NAME-YOUR-ANIMATION { + 0% { opacity: 0; } + 100% { opacity: 1; } +} +@keyframes NAME-YOUR-ANIMATION { + 0% { opacity: 0; } + 100% { opacity: 1; } +} + +/* string escaping */ +[data-icon='test-1']:before { + content:'\\'; +} +/* a comment */ +$var1: '\''; +$var2: "\""; +/* another comment */ + diff --git a/extensions/vscode-colorize-tests/test/colorize-results/test_scss.json b/extensions/vscode-colorize-tests/test/colorize-results/test_scss.json new file mode 100644 index 00000000000..3a632475db2 --- /dev/null +++ b/extensions/vscode-colorize-tests/test/colorize-results/test_scss.json @@ -0,0 +1,17140 @@ +[ + { + "c": "// snippets from the Sass documentation at http://sass-lang.com/", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/* css stuff */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/* charset */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@charset", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "UTF-8", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* nested rules */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "#main", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "97%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "p", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "div", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-size:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "a", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-weight:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bold", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "pre", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-size:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "3em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* parent selector (&) */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "#main", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "black", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "a", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-weight:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bold", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "&", + "t": "entity.name.tag.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag" + } + }, + { + "c": ":hover", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "red", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* nested properties */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": ".funky", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "/", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": "3px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "family:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "fantasy", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "size:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "30em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "weight:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bold", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "black", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* nesting conflicts */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "tr.default", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "// properties", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo :", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "// rule", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo.bar", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "// selector", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo :", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo:bar", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "// selector", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo :", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "// rule", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* extended comment syntax */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/* This comment is", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " * several lines long.", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " * since it uses the CSS comment syntax,", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": " * it will appear in the CSS output. */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "body", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "black", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "// These comments are only one line long each.", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "// They won't appear in the CSS output,", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "// since they use the single-line comment syntax.", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "a", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "green", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* variables */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "$width:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "5em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$width:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "Second width?", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "!default", + "t": "literal.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#main", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$localvar:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "6em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$width", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$font-size:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "12px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$line-height:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "30px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$font-size", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$line-height", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$name:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$attr:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "p.", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$name", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$attr", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "blue", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* variable declaration with whitespaces */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "// Set the color of your columns", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "$grid-background-column-color :", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "rgba(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "225", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0.25", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "!default", + "t": "literal.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* operations*/", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "p", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "+", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "3", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#010203", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "+", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#040506", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-family:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "sans-", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "+", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "serif", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "3px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "+", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "4px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "auto", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "content:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "I ate #{5 + 10} pies!", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "hsl(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "50%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "hsl(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$hue:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$saturation:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$lightness:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "50%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* functions*/", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "$grid-width:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "40px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$gutter-width:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@function", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "grid-width(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$n", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@return", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$n", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$grid-width", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "+", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$n", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$gutter-width", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#sidebar", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "grid-width(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "5", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* @import */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@import", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "foo.scss", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$family:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "unquote(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "Droid+Sans", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@import", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "rounded-corners", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ",", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "url(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "http://fonts.googleapis.com/css?family=#{$family}", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#main", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@import", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "example", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* @media */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": ".sidebar", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "300px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@media", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "screen", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "and", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "orientation", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ": ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "landscape", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "500px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* @extend */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": ".error", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#f00", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background-color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#fdd", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".seriousError", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@extend", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".error", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border-width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "3px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#context", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "a%extreme", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "blue", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-weight:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bold", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-size:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".notice", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@extend", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "%extreme", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "!optional", + "t": "literal.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* @debug and @warn */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@debug", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "+", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "12em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@mixin", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "adjust-location(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$x", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$y", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@if", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "unitless(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$x", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@warn", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "Assuming #{$x} to be in pixels", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$x:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$x", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@if", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "unitless(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$y", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@warn", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "Assuming #{$y} to be in pixels", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$y:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$y", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "position:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "relative", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "left:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$x", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "top:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$y", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* control directives */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "/* if statement */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "p", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@if", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "+", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "==", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "solid", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@if", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "5", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "<", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "3", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "dotted", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@if", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "null", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "3px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "double", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* if else statement */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "$type:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "monster", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "p", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@if", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$type", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "==", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "ocean", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "blue", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@else", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "black", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* for statement */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@for", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "from", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "through", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "3", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".item-", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* each statement */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@each", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$animal", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "in", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "puma", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "sea-slug", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "egret", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "salamander", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$animal", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-icon", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background-image:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "url(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "/images/#{$animal}.png", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* while statement */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "$i:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "6", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@while", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ">", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".item-", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2em", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* function with controlstatements */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@function", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$total", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$a", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@for", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "from", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "to", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$total", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@if", + "t": "keyword.flow.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "unit(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$a", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "==", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "%", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ")", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "and", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$i", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "==", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "(", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$total", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": "))", + "t": "punctuation.parenthesis.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$z:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@return", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "1", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@return", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$grid", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* @mixin simple*/", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@mixin", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "large-text", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "family:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "Arial", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "size:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "20px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "weight:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bold", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#ff0000", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".page-title", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@include", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "large-text", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "padding:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "4px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* mixin with parameters */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@mixin", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "sexy-border(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$color", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1in", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$color", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "width:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$width", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "style:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "dashed", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "p", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@include", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "sexy-border(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "blue", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* mixin with varargs */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@mixin", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "box-shadow(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$shadows", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "...", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-moz-box-shadow:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$shadows", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-webkit-box-shadow:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$shadows", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "box-shadow:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$shadows", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".shadows", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@include", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "box-shadow(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "4px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "5px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#666", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "2px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "6px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "10px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#999", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* include with varargs */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@mixin", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "colors(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$text", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$background", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ",", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$border", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$text", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background-color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$background", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "border-color:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$border", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$values:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#ff0000", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ",", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#00ff00", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ",", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#0000ff", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".primary", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@include", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "colors(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$values", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "...", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* include with body */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@mixin", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "apply-to-ie6-only", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "*", + "t": "entity.name.tag.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.tag", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.tag", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.tag", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.tag", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.tag" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "html", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@content", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": ";", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@include", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "apply-to-ie6-only", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#logo", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "background-image:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "url(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/logo.gif", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* attributes */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "[", + "t": "punctuation.bracket.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "rel", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "=", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "external", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "]", + "t": "punctuation.bracket.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "::after", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "content:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "s", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/*page */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@page", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ":left", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-left:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "4cm", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-right:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "3cm", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* missing semicolons */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "tr.default", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo.bar", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$foo:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo :", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "white", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo.bar1", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@extend", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "tr.default", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo.bar2", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@import", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "compass", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "bar:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "black", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* rules without whitespace */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "legend", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "a:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": "s", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-top:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-bottom:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": "#123", + "t": "constant.rgb-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.rgb-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.rgb-value", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.rgb-value", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.rgb-value", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.rgb-value" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "margin-top:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": "s(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* extend with interpolation variable */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@mixin", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "error(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$a:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "false", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@extend", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$a", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@extend", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$a", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#bar", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "a:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ".bar", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "b:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1px", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@include", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "error(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "bar", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* css3: @font face */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@font-face", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "font-family:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "Delicious", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "src:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "url(", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "Delicious-Roman.otf", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ")", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* rule names with variables */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": ".orbit-", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$d", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-prev", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$d", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-style:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo-", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$d", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ":", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " 1;", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$d", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-bar-", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$d", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ":", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " 2;", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "foo-", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": "#{", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$d", + "t": "variable.ref.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "support.function.interpolation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "-bar:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* keyframes */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "@-webkit-keyframes", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "NAME-YOUR-ANIMATION", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "opacity:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "opacity:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@-moz-keyframes", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "NAME-YOUR-ANIMATION", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "opacity:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "opacity:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@-o-keyframes", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "NAME-YOUR-ANIMATION", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "opacity:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "opacity:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "@keyframes", + "t": "keyword.control.at-rule.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.control", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.control", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.control", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.control", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.control" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "NAME-YOUR-ANIMATION", + "t": "support.function.name.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "opacity:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "0", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "100%", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "opacity:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "1", + "t": "constant.numeric.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.constant.numeric", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.constant.numeric", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.constant.numeric", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.constant.numeric", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.constant.numeric" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* string escaping */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "[", + "t": "punctuation.bracket.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "data-icon", + "t": "support.property-value.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.property-value.sass", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.property-value", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.property-value", + "hc_black": ".hc-black .token" + } + }, + { + "c": "=", + "t": "keyword.operator.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.keyword.operator", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.keyword.operator", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.keyword.operator", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.keyword.operator", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.keyword.operator" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "test-1", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "]", + "t": "punctuation.bracket.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": ":before", + "t": "entity.name.selector.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.name.selector", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.name.selector", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.name.selector", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.name.selector", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.name.selector" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "{", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "content:", + "t": "support.type.property-name.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.sass", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.sass", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\\\\", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "}", + "t": "punctuation.curly.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* a comment */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + }, + { + "c": "$var1:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\\'", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "'", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "$var2:", + "t": "variable.decl.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": " ", + "t": "", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\\\"", + "t": "string.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": "\"", + "t": "string.punctuation.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string" + } + }, + { + "c": ";", + "t": "punctuation.sass", + "r": { + "dark_plus": ".vs-dark .token", + "light_plus": ".vs .token", + "dark_vs": ".vs-dark .token", + "light_vs": ".vs .token", + "hc_black": ".hc-black .token" + } + }, + { + "c": "/* another comment */", + "t": "comment.sass", + "r": { + "dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment", + "light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment", + "dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.comment", + "light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.comment", + "hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.comment" + } + } +] \ No newline at end of file